{% spaceless %} {% if data.basket.qty > 0 %}
{% if item.image %}
|
{{ item.variant.name }} | {{ item.variant.sale_price_display.formatted_html | safe }} | {% if item.qty > 1 %} {% else %} {% endif %} x{{ item.qty }} | {{ item.variant.qty_sale_price.formatted_html | safe }} | {{ item.price.formatted_html | safe }} | remove | {% if request.user.is_authenticated %}move to wishlist | {% endif %}
{{ data.basket.sale_price.formatted_html | safe }} |
---|