Can’t imagine what is causing this- there is a bit of custom template code here but I havn’t messed with anything that I’d imagine could effect this as it is.
Any ideas?
BTW This made no difference quantity field doesn’t work, I also just rolled the addtocart.phtml file back to magento base- still failing.
Is there a configuration of some sort I missed, I have inventory turned off.?
The problem seems to be that the “form” element closes before the “qty” input box.
To remedy this problem edit the template files to end the “form” element after the “add to cart” button.
p.s. the reason it is still adding to cart, is because the button runs some JS that takes care of it (but doesn’t grab the qty input box)