netchemist Posted August 25, 2019 Share Posted August 25, 2019 How can we hide 'quantity drop-down menu' on product page. On my site default order quantity would always be one. PS 1.7.6.0 Link to comment Share on other sites More sharing options...
netchemist Posted September 5, 2019 Author Share Posted September 5, 2019 please advise Link to comment Share on other sites More sharing options...
ilouie Posted September 10, 2019 Share Posted September 10, 2019 I'm looking for the same answer as well.. Link to comment Share on other sites More sharing options...
Mian Waqas Posted January 29, 2022 Share Posted January 29, 2022 On 8/25/2019 at 9:57 PM, netchemist said: How can we hide 'quantity drop-down menu' on product page. On my site default order quantity would always be one. PS 1.7.6.0 Hi, Well your question is not complete, please tell me why do you want to hide this box? how will customer change the quantity. if you still want to hide it just add this simple css code to custom.css , after this the add to cart button will still work. it will always add 1 quantity of product to customer cart. .product-quantity .qty { display: none; } 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