Hi,
We have some custom code to display the inventory status of each product on the product page and on the collection page (in stock, available for back-order, out of stock, etc.). This works nicely, except for products that are bundled with the Shopify Bundles app. On these bundles, the inventory_quantity is for some reason always 0, causing them to show as if their not in stock.
The current way we check this is with product.selected_or_first_available_variant.inventory_quantity. Is there a different way to check the inventory of a bundled product or the products inside the bundled product? I cannot find anything about this.