{{ 'products.product.quantity.label' | t }}
{{ 'products.product.quantity.decrease' | t: product: item.product.title | escape }}
{% render 'icon-minus' %}
{{ 'products.product.quantity.increase' | t: product: item.product.title | escape }}
{% render 'icon-plus' %}
{% render 'icon-remove' %}
1 Like