Answers for "get product tag shopify"

1

shopify product tag contain

{% for tag in product.tags %}
    {% if tag contains 'sameImage:' %}
      {% assign tagFound = tag %}
    {% endif %}
{% endfor %}
Posted by: Guest on July-12-2021

Browse Popular Code Answers by Language