-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Comments
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. |
I get an error ("Publish items...") everytime I try purchasing variants even after I publish the changes. |
Update: Error was my bad __ Didnt make products visible. |
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. |
Closed via #2048 |
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
Deny when out of stock
The text was updated successfully, but these errors were encountered: