{{ item.image.url }}

{{ item.title }} {% if item.options.size and item.options.style %} — {{ item.options.style | capitalize }} / Size {{ item.options.size | upper }} {% elif item.options.size %} — {{ item.options.size | upper }} {% elif item.options.style %} — Size {{ item.options.style | capitalize }} {% endif %}

{% set operation = 'delete' %} {% include "partials/checkout-item-form.html" %} {% set operation = False %} {% if not item.availability %}
This product is soldout.
{% endif %}
{% if item.availability %}

Price

{{ item.price }} {{ cart.meta.currency }}

Quantity

{% set operation = 'remove' %} {% include "partials/checkout-item-form.html" %} {% set operation = 'manual' %} {% include "partials/checkout-item-form.html" %} {% set operation = 'add' %} {% include "partials/checkout-item-form.html" %} {% set operation = False %}

Total

{{ item.total }} {{ cart.meta.currency }}
{% endif %}