-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Cannot add backorderable products to cart in admin #2522
Comments
Can confirm this issue. The problem is that most of our admin variant selectors use We should introduce a new scope to mean any variant which we could put in an order: I have no idea what to call this scope. Any suggestions?
|
I like the idea of Spree::Variant.in_stock
Spree::Variant.suppliable |
I believe this is fixed by #2536 |
Steps to reproduce
Expected behavior
I expect the product to come up in search so I can add it to the customer's cart since it's backorderable. On the frontend, the customer is able to purchase it just fine.
Actual behavior
The product does not show up and I am not able to add it to the cart.
System configuration
2.4
The text was updated successfully, but these errors were encountered: