MisColecciones
Product Collections
- {% for collection in collections %} {% unless collection.handle == 'frontpage' %}
- {% capture collection_title %}{{ collection.title | escape }}{% endcapture %}
{{ collection.title }} {{ collection.all_products_count }} {{ collection.all_products_count | pluralize: 'item', 'items' }}
{% endunless %} {% endfor %}