. {% if cart.item_count == 0 %}

Your cart is currently empty.

{% else %}

Your Cart ({{ cart.item_count }} {{ cart.item_count | pluralize: 'item', 'items' }}, {{cart.total_price | money_with_currency }} total)

{% for item in cart.items %} {% endfor %}
{{ item.product.featured_image | product_img_url: 'thumb' | img_tag }}

{{ item.title }}

{{item.line_price | money }} Remove
{{ pages.shopping-cart.content }}

Order Total: {{cart.total_price | money_with_currency }}

{% if additional_checkout_buttons %}

- or -

{{ content_for_additional_checkout_buttons }}
{% endif %}
{% endif %}

Other Products You Might Enjoy

Why Shop With Us?