a newer one »Ruby Notes

Shopify Liquid for loop

Snippet
{% for tag in product.tags %}
  {{ tag }}
{% endfor %}

Add new comment

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.