Abos
-
{% for product in categories.abo.products limit:48 %}
-
{{ product.name }} {{ product.default_price | money_with_sign }} {% case product.status %} {% when 'active' %} {% if product.on_sale %}On Sale{% endif %} {% when 'sold-out' %} Sold Out {% when 'coming-soon' %} Coming Soon {% endcase %}
{% endfor %}
No products found.
{% endif %} {% endpaginate %} {% else %} {% if categories.active != blank %}-
{% for category in categories.active %}
-
{% for product in category.products limit:1 %}
{% endfor %} {{ category.name }}
{% endfor %}
No collections found.
{% endif %} {% endif %}