I tried the option you suggested, but it doesn’t work. Additionally, I noticed that if the minimum required quantity is 6 and the quantity step is 6, and the product has only 6 in stock, the input goes to <code data-start=”246″ data-end=”261″>type=”hidden” (in this case, it’s the input from a grouped product, with each child product having its own quantity input and add-to-cart button):
<div class=”quantity”>
<button type=”button” class=”plus”>+</button>
<label class=”screen-reader-text” for=”quantity_67e69bb264ee2″>FILETTARE-LAMA FLEX 18 SUPRA quantity</label>
<input type=”hidden” id=”quantity_67e69bb264ee2″ class=”input-text woosg-qty woosg_qty qty text” name=”woosg_qty_1″ value=”6″ aria-label=”Product quantity” min=”6″ max=”6″ step=”6″ placeholder=”” inputmode=”numeric” autocomplete=”off”>
<button type=”button” class=”minus”>-</button>
</div>
<p class=”” data-start=”889″ data-end=”991″>If I click “Add to Cart,” it works, but I don’t see the quantity, because it goes to <code data-start=”974″ data-end=”990″>type=”hidden.”</p>