If you cant do your self then you have to hire developer to do this.
Hi @Jasoliya, could you please write the instruction number 2 again, in a different way? I'm not sure I understand where to place your code.
This is the original I have in Debut theme - product-template.liquid
{% 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="1" min="1" pattern="[0-9]*"
class="product-form__input product-form__input--quantity" data-quantity-input
>
</div>
</div>
{% endif %}
Thanks a lot!
Comment from "<div class="product-form__item">" to its end <div>
and add my code in between "<div class="product-form__controls-group">"...to </div>
User | Count |
---|---|
792 | |
134 | |
93 | |
64 | |
60 |