{% if items.count %}

shopping cart summary

{% if totals.discountTotal > 0 %}
{{ totals.discountTotal|currency }}
{% endif %}
{{ totals.subtotal|currency }}
{% if not active_page == 'shop' %}
{{totals.totalTax|currency }}
{{ totals.totalShippingQuote|currency }}

{{ totals.total|currency }}
{% else %} {% set active_page = globals.active_page %} Update cart {% if customer %} Checkout {% if active_page == "cart" %} continue shopping {% endif %} {% else %} Checkout {% if active_page == "cart" %} continue shopping {% endif %} {% endif %} {% endif %}
{% else %}

Your cart is empty!

Continue shopping {% endif %}