{% if commerce_config.favicon_url %} {% endif %}
{% if commerce_config.logo_url %} {{ commerce_config.host_site_title }} logo {% endif %} {{ commerce_config.store_title }}

Shop products

Browse available products from {{ commerce_config.store_title }}.

Categories:
All products {% for category in categories or [] %} {{ category.name }} {% endfor %}
{% if products %}
{% for product in products %}
{% if product.main_image_url %}
{{ product.name }}
{% else %}
No image
{% endif %}

{{ product.name }}

{% if product.summary %}

{{ product.summary }}

{% endif %}

{{ product.kind.value }}

View product {% if product.active_prices|length == 1 %} {% set card_price = product.active_prices[0] %}
{% endif %}
{% endfor %}
{% else %}

No products are currently available.

{% endif %}