Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Out of stock when quantity > 0 & replenishing stock #1867

Closed
amyamber opened this issue Feb 20, 2017 · 2 comments
Closed

Out of stock when quantity > 0 & replenishing stock #1867

amyamber opened this issue Feb 20, 2017 · 2 comments
Assignees
Milestone

Comments

@amyamber
Copy link

amyamber commented Feb 20, 2017

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.

@kieckhafer
Copy link
Member

kieckhafer commented Feb 28, 2017

Once a product has options / 2nd level variations, the inventory is stored on each of these options, instead of on the top level product.

inventory

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.

@kieckhafer
Copy link
Member

Closing this ticket, @amyamber please re-open if you believe this doesn't fix your issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants