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 %}