I am using magento 2.2.2 open edtion.
One of the options I have in my magento store is printing of cards, for that reason, I have made a bundle product with the option to choose the:
- card type
- black & white or color
- 1 sided or 2 sided
I also add a service fee for printing. Now what I have done was that I created a virtual product named "printing fee" and added to the bundle product as required.
the problem is that now the bundle product is showing "Out of Stock" on my website. The reason seems to be that the virtual product doesn't contain QTY.
Of course, this is absurd, since you cannot have qty for a virtual product.
Does anyone know a workaround for this problem?
Or is there another way to insert the FEE into the bundle product?