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
If we disable the Manage inventory and enable the Allow backorders we get error "Out of stock". We sell a product thats always on stock. So we dont wanna set a stock quantity for each product.
How can this issue be resolved?
Disable Manage inventoy
Enable Allow backorders
Check if product can be added to cart.
Are you interested in working on this issue?
I would like to fix this issue
The text was updated successfully, but these errors were encountered:
This is due to an incorrect check in the storefront, you can indeed add to cart when inventory management is disabled. I've opened a PR, should be fixed soon. Until then, you can incorporate those changes in your own project.
Preliminary Checks
Issue Summary
If we disable the
Manage inventory
and enable theAllow backorders
we get error "Out of stock". We sell a product thats always on stock. So we dont wanna set a stock quantity for each product.How can this issue be resolved?
Are you interested in working on this issue?
The text was updated successfully, but these errors were encountered: