Hi I want to be able to add a stock level to each size of product I have?
so:
Size 1 stock level 3
Size 3 stock level 13
Size 6 stock level 1
...
I have looked seem lots of info but nothing to show you how its done .
Can anyone help me thanks
Hi @lilleyRJ
If you need to add product quantity and show it on frontend, then you can use this module https://marketplace.magento.com/amasty-amasty-stockstatus.html
You will also be able to use {qty} variable for stock status to show product quantity. For example 'Only {qty} left in stock!'
Hello thanks for the reply so with this I can set a qty against each size in custom options.
please see attached a typical product
By default Magento does not allow to track stock (quantity) for custom options. In case you need to indicate how many of each size you have available, you either need to find some extension that adds qty field to custom options or configurable products instead.
Here is the article with comparison of simple products with custom options and configurable products -
ok thank you for your help