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

Inventory Tracking Backorders #1935

Closed
mikemurray opened this issue Mar 3, 2017 · 5 comments
Closed

Inventory Tracking Backorders #1935

mikemurray opened this issue Mar 3, 2017 · 5 comments
Assignees
Milestone

Comments

@mikemurray
Copy link
Member

mikemurray commented Mar 3, 2017

Inventory tracking for backorders only gives the maximum available quantity, not the quantity requested by the user.

Expected behavior

Expect 20 item in cart, 19 of which should be backordered.

Actual Behavior

Got 1

Steps to Reproduce the Behavior

  1. Create product
  2. Add a top level variant
  3. Add 1 quantity
  4. Disable Deny when out of stock
  5. Publish product and variant
  6. Purchase 2 or more of that variant
  7. Check cart has only one of the amount you ordered
@mikemurray mikemurray added this to the v1.0.0 milestone Mar 3, 2017
@brent-hoover
Copy link
Collaborator

Pretty sure this is a duplicate (or at least a strong overlap) of #1928

I think the issue is that when a user place things into the cart they are not "reserved", so the same calculation for available is used every time. Which brings up the question of do we deny someone else to add something to cart because another user has already added it to their cart. Which brings up when do we remove something from a cart if it gets abandoned.

@joykare
Copy link
Contributor

joykare commented Mar 21, 2017

I get an error ("Publish items...") everytime I try purchasing variants even after I publish the changes.

@joykare
Copy link
Contributor

joykare commented Mar 27, 2017

Update: Error was my bad __ Didnt make products visible.

@tyler-dunkel
Copy link
Contributor

i would suggest doing this similar to amazon: allow both users to add item to their cart and leave it there. When one user checks out and purchases the item, notify the other user, in their cart and checkout page, that the item in their cart that was purchased by the other user either has a price change or is now on backorder.

@brent-hoover
Copy link
Collaborator

Closed via #2048

@ghost ghost removed the review label Apr 4, 2017
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

5 participants