E-commerce

How to remove quantity field from product and cart pages

Please note: you can’t remove quantity field from the final checkout page!

/* Remove from single product page */
.product-quantity-input {
  display: none !important;
}

/* Remove from cart page */
.cart-row-qty {
  display: none;
}

Result

How to remove quantity field from product and cart pages
Single product
How to remove quantity field from product and cart pages
Cart page
How to remove quantity field from product and cart pages
Checkout page: can’t be removed

Replies 0

Shape Enter comment
Shape Enter name
Shape Enter email

On this page