shopping cart: {{ cart.getSubtotal()|currency }}
{{ cart.getItemNum() }}
{% if cart.listitems|length %}
{{ partial('shop-minicart-items', {'edit_cart': true}) }} check out
{% endif %}