Reduce stock blanace on included package items

Is it “By Design” that the stock balance of variants included in the package is not reduced when buying a package?

Litium version: 7

Yes, say your package look like this:
image
The package is one product even if the parts may also be sold separately. I still do not want to duplicate product descriptions for every item included.

If you modify IStockStatusCalculator so that that package inventory is calculated as the sum of its parts, remember to also cover this scenario in a validation: You have 2 trousers and and 2 shirts in stock, and you have a bundle with trousers+shirt, and a customer adds 2 shirts and one bundle to cart.

What you are describing in the end is the problem we have. We are calculating the package stock depending on the item with (lowest stock / number of that item in the package)

All included items is also sold separatly. So i guess we have to extend the validation and show a propper message for this, aswell as reduce the balance accordingly.

Thanks for the fast answer!

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.