I need help fixing a bug in a theme called Trade. In the theme’s choose options/ quick add feature (as shown in the screenshot below), customers can add any quantity they want, regardless of the actual stock available.
I’ve enable to the “track quantity” option and disabled the “continue selling when out of stock” option on the product listing, however customers are still able to add quantities exceeding the current inventory.
This is a known issue with the theme but I was unable to find any fix for this.
It’s not an issue. Adding items to cart does not reserve them, so it may happen that you’ve added 10 out of 15, but somebody else also bought 10, so your cart quantity becomes invalid. And other way around.
Only when you reach checkout the cart amount gets actually reserved and this is when system will tell whether it is available.