SwissUpLabs Logo

Stripes customization

Show Qty field at product page

Quantity field in add-to-cart form is hidden by default at product page for Stripes design. But if you want to make it visible then it is not a problem at all.

There are two ways:

  1. Create Argento-based custom theme and change value of LESS variable:

    @product-qty-field__hide: false;
    
  2. Or use Stripes theme editor, section ‘Additional CSS Styles’. Add small CSS code:

    .box-tocart .field.qty { display: block; }
    

Add to cart form with Qty field

Edit this Page