salpolo Posted April 3, 2019 Share Posted April 3, 2019 I want to remove quantity label text box and arrow buttons on product page. See the screen shot below. My PS version is 1.7.5.1 and on shopping cart page I want remove these please see the image below Link to comment Share on other sites More sharing options...
julianovega Posted September 22, 2019 Share Posted September 22, 2019 /themes/yourtheme/templates/catalog/_partials/product-add-to-cart.tpl Link to comment Share on other sites More sharing options...
dinesh badrukhiya Posted September 23, 2019 Share Posted September 23, 2019 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now