{% load shop_tags %}
Title | Quantity | {% if not order.is_invoice %}Price | {% endif %}|
Discount
{{ order.basket.voucher.title }} {% if order.basket.some_products_exempt_from_discount %} (Some products are exempt from this discount) {% endif %} |
-{% shop_price order.voucher_value %} | ||
Subtotal
{% if order.basket.is_click_and_collect %} Click and Collect {% else %} Shipping {% if order.basket.delivery_option_or_default %} - {{ order.basket.delivery_option_or_default.title }} {% endif %} {% if order.basket.some_products_exempt_from_free_delivery %} (Some products are exempt from free delivery) {% endif %} {% endif %} |
{% shop_price order_totals.sub_total %} {% if order.basket.is_quote_only %} Individual Quote {% else %}{% if order.basket.can_deliver %} {% if order.basket.delivery == 0 %}Free of Charge{% else %}{% shop_price order_totals.delivery %}{% endif %} {% else %} Choose different delivery option {% endif %}{% endif %} |
||
Total
including VAT |
{% shop_price order_totals.total %} |
{% include 'cubane/ishop/elements/order/print/billing_address.html' %}
{% if order.delivery_address %}{% include 'cubane/ishop/elements/order/print/delivery_address.html' %}
{% endif %} {% if order.special_requirements %}{{ order.special_requirements }}
{% endif %} {% if order.status == 10 or order.status == 11 %} {% if order.tracking_provider and order.tracking_code %}
Order Tracking Provider: {{ order.tracking_provider }}
Order Tracking Code: {{ order.tracking_code }}
{% if 'no_link' not in order.get_tracking_provider_link %}
Track Order
{% endif %}