{% extends "layout.html" %} {% load currency_filters %} {% load thumbnail %} {% block title %} Basket | {{ block.super }} {% endblock %} {% block checkout-nav %} {% include 'checkout/nav.html' with step=1 %} {% endblock %} {% block header %}
Basket total (before discounts) | {{ basket.total_incl_tax_excl_discounts|currency }} |
---|---|
Special offer: {{ discount.name }} | -{{ discount.discount|currency }} |
Vouchers | |
{{ discount.voucher.name }} ({{ discount.voucher.code }}) | -{{ discount.discount|currency }} |
Basket total (after discounts) | {{ basket.total_incl_tax|currency }} |
Basket total | {{ basket.total_incl_tax|currency }} |
Shipping ({{ shipping_method.name }}) | {{ shipping_charge_incl_tax|currency }} |
Order total |
{{ order_total_incl_tax|currency }} |
Your basket is empty, you should probably add some items to buy.
Continue shopping {% endblock %} {% endif %} {% if request.user.is_authenticated %}Your saved basket is empty.
{% else %}