Question

I have product A which is composed of 2 products B and 1 product C.

The user can buy the Product A (so with product A B C ) on a page. The stock is decreased on A B C.

OR

He can separately buy the product B on a separate page. So in this case, we have to recalculate the stock of the Product A.

I don't want to have product B or C as an option on the page of product A. If a user buys product A, its inevitably B + C.

Is it possible to do that with Magento?

Was it helpful?

Solution

You can use group product because this will show all simple products which are associated with the group product and customer can buy all products by filling up the qty fields separately and then if user click on add to cart then all select qtys with simple products will be added to cart.

Also for separate product purchase dont set visibility to "not visible individually". Just use catalog search for group and simples as well.

Hope this helps

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top