{% extends "layout.html" %} {% load currency_filters %} {% block header %}
Product | Availability | Quantity | Unit price excl tax | Unit price tax | Line price excl tax | Line price incl tax | |||||
---|---|---|---|---|---|---|---|---|---|---|---|
{{ line.description }} | {{ line.product.stockrecord.availability }} | {{ line.quantity }} | {{ line.unit_price_excl_tax|currency }} | {{ line.unit_tax|currency }} | {{ line.line_price_excl_tax|currency }} | {{ line.line_price_incl_tax|currency }} | |||||
{{ discount.name }} | -{{ discount.discount|currency }} | ||||||||||
Basket total | {{ basket.total_excl_tax|currency }} | {{ basket.total_incl_tax|currency }} | |||||||||
Shipping charge | {{ shipping_total_excl_tax|currency }} | {{ shipping_total_incl_tax|currency }} | |||||||||
Order total | {{ order_total_incl_tax|currency }} |
Address |
{% for field in shipping_address.active_address_fields %}
{{ field }} {% endfor %} |
---|---|
Contact number | {{ shipping_addr.phone_number }} |
Shipping notes | {{ shipping_addr.notes }} |
Method | Cost | Description | |
---|---|---|---|
{{ shipping_method.name }} | {{ shipping_method.basket_charge_incl_tax|currency }} | {{ shipping_method.description }} |
Method: {{ payment_method }}
{% endif %} {% endblock payment_method %} {% block payment_details %} {% endblock payment_details %} {% block place_order %} {% endblock place_order %} {% endblock content %}