Bug in bundles feature

Bug in bundles feature

Majagar
Shopify Partner
7 0 0

I use the "requiresComponent" field in the product variants, and when I try to add it to the cart, since there's no cart transform function, the variant won't be added to the cart. but, it will show an error on the checkout page about the bundle product variant is not available.

 

Regards

 

Replies 2 (2)

jam_chan
Shopify Partner
920 23 188

I think this is the expected behavior. When you set requiresComponents to true, it must require the cart transformation activated. Otherwise, the variant cannot be added to cart: https://shopify.dev/docs/apps/selling-strategies/bundles#store-eligibility

 

If you want to add the variant to the cart, turn requiresComponents to false

BYOB - Build Your Own Bundles, SPO - SEO App to research keywords & edit social link preview
Majagar
Shopify Partner
7 0 0

That's true, but this is not the problem. I don't want it to be added to the cart (as it is not).

On the checkout page, though, it shows a pop-up error that the product is added to the cart and it's unavailable and you can not purchase it (the product was not added and it's not shown on the cart page). This is the bug.