I have create a quantity button now i want to show minus button when quantity increased otherwise its show visibility hidden.
{% if product.tags contains ‘cost-per-letter’ %}
-
+
{% else %}
-
+
{% endif %}
I have create a quantity button now i want to show minus button when quantity increased otherwise its show visibility hidden.
{% if product.tags contains ‘cost-per-letter’ %}