Home

{% assign collection = collections['your-collection-handle'] %} {% if collection %} {% for product in collection.products %} {% endfor %} {% else %}

Collection not found.

{% endif %}