'how to increase, decrease input quantity in cart shopify liquid
i have following code:
<div class="quantity">
<input type="number" name="updates[]" id="updates_{{ item.key }}" value="{{ item.quantity }}" min="0">
</div>
which increases input field value, but not product quantity in cart, how to fix it?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
