{% spaceless %} {% load i18n salebox_utils %} {% if data.basket.qty > 0 %}
{% if item.image %}
|
{{ item.variant.name }}{% if item.variant.preorder_flag %} PREORDER{% endif %} | {{ item.variant|sb_currency }} | {% if disable_qty_change is not True %} {% if item.qty > 1 %} {% else %} {% endif %} {% endif %} x{{ item.qty }} {% if disable_qty_change is not True %} {% endif %} | {{ item.variant.qty_sale_price|sb_currency }} | {{ item.price|sb_currency }} | {% trans "Remove" %} | {% if request.user.is_authenticated %}{% trans "Move to wishlist" %} | {% endif %}
{{ data.basket.sale_price|sb_currency }} |
---|