Question

I want to remove the 'Qty' field without removing the 'add to cart' button. But the best I've found is:

<referenceBlock name="product.info.addtocart" remove="true" />

Which removes both fields. Any suggestion to avoid this? Thank you.

enter image description here

Was it helpful?

Solution

for remove only quantity box you must override addtocart.phtml file. follow the below link.

https://www.templatemonster.com/help/magento-how-to-remove-quantity-box-on-product-details-page.html

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top