Product stock management #1226
-
Hi there! I am running into a problem I am unsure how to solve and would be glad to have your insight on how to approach it. On my website, I will have products with limited stock (so I use the It seems that Simple Commerce is preventing me from adding to the cart a product without stock. I really need the differentiation between the two states:
How would you approach this problem? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you want to allow customers to purchase out-of-stock products, you probably need to add your own stock/inventory field, and keep it maintained manually using events, rather than using the built-in stock functionality. |
Beta Was this translation helpful? Give feedback.
If you want to allow customers to purchase out-of-stock products, you probably need to add your own stock/inventory field, and keep it maintained manually using events, rather than using the built-in stock functionality.