{% render 'sections/header.html' %}
Your Cart

Review your items before checkout.

{{ cart.item_count }} item(s) ready for delivery.

{% if cart.items.size > 0 %} {% for item in cart.items %}
{{ item.product_title }}

{{ item.product_title }}

{% if item.variant_title %}

{{ item.variant_title }}

{% endif %}
{{ item.unit_price_formatted }} each
{{ forms.antiforgery_field }}
{{ item.line_total_formatted }}
{{ forms.antiforgery_field }}
{% endfor %} {% else %}

Your cart is empty.

Browse products and add the items you want to order.

Continue Shopping
{% endif %}
{% render 'sections/footer.html' %}