Quantity Field Is Not Displayed On Product Detail Page

It is strange… quantity field is not displayed on Product Detail Page. It only displays ADD TO CART button but doesn't display quantity field where user can change number of quantity they want to order before clicking “Add to Cart”





Quantity field is editable in cart page but on product detail page it is not there.



What configuration changes do I need?

without quantity.bmp

without quantity.JPG

Please make sure that your product is not marked as downloadable. Thanks

I verified “downloadable” checkbox on product edit page is not selected. But still it is same

All products are not giving option to enter quantity to users. Please advice



I have verified they are not downloadable.

[color=#555555]I tried to debug and found out it seems like it doesn't find quantity hook in design/themes/responsive/templates/common/product_data.tpl file.[/color]



[color=#555555]Snippet from the file - arrow shows that it fails in this condition… I [/color]CHANGED IT TO {hook name=“products:quantity”[color=#555555] and it worked. This will create issue with new upgrade…so you might want to change it for others [/color]



[color=#555555]{capture name=“qty_$obj_id”}[/color]

[color=#555555]{hook name=“products:qty”}[/color]