Jump to content

Hide Product Quantity Drop-Down Menu - PS 1.7


netchemist

Recommended Posts

  • 2 weeks later...
  • 2 years later...
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

1420450959_quantitydrop-down.JPG.bb9385960935198ce44441d52bf491e4.JPG

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

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...