You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I add a product variations with quantity more than 0, eg. 5, 7, 12 I expect to see that product available for sale once it's published. When quantity reaches 0 I would like to have an option to replenish the stock instead of creating new stock item from scrap.
Actual Behavior:
When I add product variations with quantity more than 0 I can see 'sold out' icon on the item. Once 'sold out' is visible I cannot change the quantities.
Steps to Reproduce the Behavior:
Add a product with (eg. colour) variations.
The text was updated successfully, but these errors were encountered:
Once a product has options / 2nd level variations, the inventory is stored on each of these options, instead of on the top level product.
We need to update the UI for this so the correct number is shown in the inaccessible field, however, this is just UI display, the actual inventory is correct running in the background.
Expected behavior:
When I add a product variations with quantity more than 0, eg. 5, 7, 12 I expect to see that product available for sale once it's published. When quantity reaches 0 I would like to have an option to replenish the stock instead of creating new stock item from scrap.
Actual Behavior:
When I add product variations with quantity more than 0 I can see 'sold out' icon on the item. Once 'sold out' is visible I cannot change the quantities.
Steps to Reproduce the Behavior:
Add a product with (eg. colour) variations.
The text was updated successfully, but these errors were encountered: