Hi, i need a bit of guidance to help change the default quantity, when you add a product to your cart in the Debut theme. I've tried changing the quantity value in the input tag inside the product-template.liquid file, but it does not seem to apply to either the cart-popup or cart it self. I've provided a snippet of where i tried changing the values.
So if something could please point me in a direction in terms of how i might change it
Thank you!
{% if section.settings.show_quantity_selector %}
<div class="product-form__controls-group">
<div class="product-form__item">
<label for="Quantity-{{ section.id }}">{{ 'products.product.quantity' | t }}</label>
<input type="number" id="Quantity-{{ section.id }}"
name="quantity" value="5000" min="5000" pattern="[0-9]*"
class="product-form__input product-form__input--quantity" data-quantity-input
>
</div>
</div>
{% endif %}
User | Count |
---|---|
25 | |
23 | |
22 | |
19 | |
13 |