{% extends "layout.html" %} {% load currency_filters %} {% block header %}
Address |
{% for field in order.shipping_address.active_address_fields %}
{{ field }} {% endfor %} |
---|---|
Contact number | {{ shipping_address.phone_number }} |
Shipping notes | {{ shipping_address.notes }} |
{{ order.shipping_method }}
Product | Availability | Quantity | Line price excl tax | Line price incl tax | Status | |
---|---|---|---|---|---|---|
{{ line.description }} | {{ line.product.stockrecord.availability }} | {{ line.quantity }} | {{ line.line_price_before_discounts_excl_tax|currency }} | {{ line.line_price_before_discounts_incl_tax|currency }} | {{ line.shipping_status }} | Write a review |
{{ discount.description }} | -{{ discount.amount|currency }} |
Basket total (inc. tax) | {{ order.basket_total_incl_tax|currency }} |
---|---|
Shipping charge (inc. tax) | {{ order.shipping_incl_tax|currency }} |
Order total | {{ order.total_incl_tax|currency }} |