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:
-
Create Argento-based custom theme and change value of LESS variable:
@product-qty-field__hide: false;
-
Or insert the same code to the Chic theme editor section
Additional Styles > Less styles
. -
Run
setup:static-content:deploy
command to see the changes.