I have the following separate products on Woocommerce:
Product A
Product B with variations:
I need to give the user the possibily to choose “Product A optionally bundled with Product B1 or B2”
I don’t know how to achieve this. I tried this way:
Set the Product A as “Smart bundle”
Add “Product B” to the Bundled Products
Set items quantity to min 0, max 1
This actually adds the bundled Product A + [B1 or B2], but the user is forced to buy Product A bundled + a variation of Product B, while he cannot buy Product A alone.
What is the best way to achieve it?
Moreover, but this is secondary, having set min=0,max=1 it would be awesome to have a checkbox (or YES/NO selector) instead of the numeric keypad.
This topic was modified 2 hours, 3 minutes ago by misterbirra.