Discussions on bundle app development
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
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
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.