drawer

{% raw %}

Your Cart

{% for item in cart.items %}

{{ item.title }}

{% unless item.variant.title contains 'Default' %} {{item.variant.title}} {%- endunless -%} {% assign property_size = item.properties | size %} {% if property_size > 0 %} {% for p in item.properties %} {% assign first_character_in_key = p.first | truncate: 1, '' %} {{ p.first }}: {{p.last}} {%- endfor -%} {%- endif -%}
{{ item.price | money }}
{%- endfor -%}

Subtotal {{ cart.total_price | money }}

Shoping
apply coupon code here
{% schema %} { "name": "Cart Drawer", "settings": [] } {% endschema %} {% stylesheet %} {% endstylesheet %} {% javascript %} {% endjavascript %}
{% endraw%}