No content to show
User Activity
I'm having the same issue here. If you have any updates, please share !!
I should add that the bundle is added to the cart in the same way as other products, Through a CartForm like this:<CartForm
route='/cart'
action={CartForm.ACTIONS.LinesAdd}
lines={{[
{
merchandiseId: {bundleVariantID}
...
04-06-2024
I'm building a custom storefront with hydrogen. I want to sell bundles, so i downloaded the Shopify Bundles App, to create fixed bundles. In the dev docs, it says that "Storefront API supports fixed and customized bundles across the APIs." https://sh...