Replies: 0
Example situation:
I have a red, green and blue t-shirt for sale in my store as separate items. I also want to sell these 3 shirts together as a bundle at a lower price. When a customers buys this bundle I want the cart and checkout page to show only one item (the bundle). However I don’t want a separate stock for the bundle. Instead I want the red, green and blue shirt stock to be linked to the bundle.
Worded differently: I want a setup where a customer can buy a bundle which shows up as 1 item in the cart and checkout page, but I only want to manage the stock of the separate items that are in the bundle. (And maybe check the availability of the bundle by checking how many of the individual items there are in stock)
Maybe a different plugin that handles bundles and that hides the individual items in the cart?
Any ideas?