Jump to content

Remove quantity label text box and arrow buttons on product page on Prestashop 1.7x


salpolo

Recommended Posts

  • 5 months later...

Hello,

You can remove or comment below code in root_directory/themes/your_theme_name/templates/catalog/_partials/product-add-to-cart.tpl file

 

<div class="qty">
          <input
            type="number"
            name="qty"
            id="quantity_wanted"
            value="{$product.quantity_wanted}"
            class="input-group"
            min="{$product.minimal_quantity}"
            aria-label="{l s='Quantity' d='Shop.Theme.Actions'}"
          >
        </div>

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...