Hi all!
When customer adds to cart last item, quantity changes to "Out of stock". I bet it's very confusing for customer.
What should I do to change it?
Let's say when last item goes to cart, quantity remains 1 and if customer clicks "Add to cart" again nothing should happen.
I checked func.js, it get avail from array
Code:
avail = variants[variantid][0][1];
already changed, so it must be somewhere in php.
I'm after variants.
Thanks