SwissUpLabs Logo

Chic customization

Show Qty field at product page

Quantity field in add-to-cart form is hidden by default at product page for Chic 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 insert the same code to the Chic theme editor section Additional Styles > Less styles.

  3. Run setup:static-content:deploy command to see the changes.

Add to cart form with Qty field

Edit this Page