Firestarter
Products
Termine
Impressum/Kontakt
0
/
€
0.00
Products
Termine
Impressum/Kontakt
Contact
{% if page.full_url contains "search=" %} Product Search {% elsif theme.collections and page.full_url contains '/products' %} Collections {% else %} {{ page.name }} {% endif %}
{% if page.full_url contains "search=" or theme.collections != true or page.full_url contains '/category' %} {% unless page.full_url contains "search=" %}
{% for category in categories.active %}
{{ category | link_to }}
{% endfor %}
{% endunless %} {% paginate products from products.current by theme.products_per_page %} {% if products != blank %}
{% for product in products %}
{{ product.name }}
{{ product.default_price | money: theme.money_format }}
{% case product.status %} {% when 'active' %} {% if product.on_sale %}
On Sale
{% endif %} {% when 'sold-out' %}
Sold Out
{% when 'coming-soon' %}
Coming Soon
{% endcase %}
{% endfor %}
{% if paginate.pages > 1 %} {{ paginate | default_pagination, 'pagination', 'pagination', ' Prev' , 'Next ' }} {% endif %} {% else %}
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 %}
{% else %}
No collections found.
{% endif %} {% endif %}