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

Your cart

{% if cart_items %}
{% for item in cart_items %} {% endfor %}
Product Price option Quantity Unit price Line total Action
{% if item.main_image_url %} {{ item.product_name }} {% endif %}
{{ item.product_name }}
View product
{{ item.price_label }}
{{ item.currency }} {{ "%.2f"|format(item.amount_cents / 100) }} {{ item.currency }} {{ "%.2f"|format(item.line_total_cents / 100) }}

Total: {{ cart_currency }} {{ "%.2f"|format(cart_total_cents / 100) }}

Checkout details

{% else %}

Your cart is empty.

Browse products

{% endif %}