Hey Guys,
i have a short Question regarding our Magento Shop. We have created an Article with Customization Options, it looks like this for now:
Our Problem now is that we only can set the overall Stock to 4 and not the individual Stock per Customization Option.
The Thing is that we only have 1 of each Size in Stock but if we set the overall Stock to 4 the Customer could buy 4 of one Cushion or 2 of one and 2 of a different one even though we only have 1 per Item.
Do we really have to create a new Article per Cushion or is it somehow possible to set the Stock per Customization Option?
Thank you very much in Advance
Solved! Go to Solution.
Hello @thomas_hornberg
I understood your concern but Magento does not provide native functionality for custom options with individual qty. If you want separate qty for individual article then you have to create configurable products.
In Configurable products you have to create each article simple products with individual inventory and then assign all articles to a configurable product. It will show same as current.
Follow below links for your reference:
https://www.mageplaza.com/kb/how-create-configurable-product-magento-2.html
https://docs.magento.com/m2/ce/user_guide/catalog/product-create-configurable.html
Hello @thomas_hornberg
I understood your concern but Magento does not provide native functionality for custom options with individual qty. If you want separate qty for individual article then you have to create configurable products.
In Configurable products you have to create each article simple products with individual inventory and then assign all articles to a configurable product. It will show same as current.
Follow below links for your reference:
https://www.mageplaza.com/kb/how-create-configurable-product-magento-2.html
https://docs.magento.com/m2/ce/user_guide/catalog/product-create-configurable.html