We have created a bundles cart_transform
Shopify Function based on the Github example app . Our function executes correctly producing the desired cart expand operation when a bundle product is present in the cart.
However, we are experiencing two unexpected issues:
-
The bundle components are not shown on the checkout page. Just the bundle product.
-
More importantly, an order containing the bundle product does not contain the itemised list of the component variants. In the “Lifecycle of a Bundle” table in the bundle docs, for orders it states “Order lines return bundle components, with a reference to the bundle parent.”
Our bundle extension is installed on a development store and the function appears to be executing correctly. For example, here’s the input and output to our Function as shown in the partner dashboard for a particular execution:
Any ideas about what might be going wrong here / something we may have missed? Any help would be greatly appreciated. Thank you.