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:
-
Create Argento-based custom theme and change value of LESS variable:
@product-qty-field__hide: false;
-
Or use Stripes theme editor, section ‘Additional CSS Styles’. Add small CSS code:
.box-tocart .field.qty { display: block; }