{% load shop_tags %} {% load media_tags %} {% load text_tags %}

{{ order }}

{% if SHOP_PREAUTH and order.is_payment_confirmed %} {% endif %} {% if order.finance_option %} {% endif %} {% if order.has_payment_gateway %} {% elif order.is_invoice %} {% endif %} {% if order.cancelled %} {% endif %} {% if order.reject_msg %} {% endif %} {% if order.order_type_display %} {% endif %} {% if order.special_requirements %} {% endif %}
Order {{ order.order_id }}
E-mail Address {{ order.email }}
Phone Number {{ order.telephone }}
Order Status {% include 'cubane/ishop/elements/order/print/order_status.html' %}
Approval Status: {% include 'cubane/ishop/elements/order/print/order_approval_status.html' %}
Finance Option {{ order.finance_option }}
Loan Status: {{ order.get_loan_status_display }}
Payment Via: {{ order.payment_gateway_display }}
Payment Via: Invoice
Cancellation {{ order.cancel_msg }}
Payment Rejection {{ order.reject_msg }}
Delivery Type {{ order.delivery_display }}
Order Type {{ order.order_type_display }}
Order Added {{ order.created_on|date:"d/m/Y" }}
Order Updated {{ order.updated_on|date:"d/m/Y" }}
Special Requirements {{ order.special_requirements }}
{% if not order.is_invoice %}{% endif %} {% for item in order.basket.items %} {% if not order.is_invoice %} {% endif %} {% endfor %} {% if order.voucher_title %} {% endif %} {% if order.is_invoice %} {% else %} {% if order.basket.totals.difference_between_deposit_and_full_amount %} {% endif %} {% endif %}
Product Processed QuantityPrice
{% if item.product.image %} {% else %} {% image_placeholder 'product' %} {% endif %}
{{ item.title }} in {{ item.product.primary_category }} {% if settings.stocklevel %}
{% if item.product.pre_order %}Pre-order{% else %}In Stock{% endif %} {% endif %} {% if item.sku.code %}
SKU: {{ item.sku.code }} {% endif %} {% if item.product.part_number %}
Part Number: {{ item.product.part_number }} {% endif %} {% for assignment in item.variety_assignments %}
{{ assignment.variety_option.variety.display_title }}: {{ assignment.variety_option.title }}{% if assignment.variety_option.text_label and assignment.variety_option.text_label_value %} »{{ assignment.variety_option.text_label_value }}«{% endif %} {% if assignment.price and not order.is_invoice %} ( {% shop_price assignment.price %} ){% endif %} {% endfor %} {% if item.custom_properties %} {% for property in item.custom_properties %}
{{ property.label }}: {{ property.value }}, {{ property.unit }} {% endfor %} {% endif %} {% if item.product.non_returnable %}
This item cannot be returned.{% endif %}
{% if item.product.barcode_system or request.settings.barcode_system %} {% if item.sku.barcode or item.product.barcode %} {% if item.product.barcode_system %}
{% include 'cubane/ishop/elements/order/print/order_item_barcode.html' with barcode_system=item.product.barcode_system %} {% else %}
{% include 'cubane/ishop/elements/order/print/order_item_barcode.html' with barcode_system=request.settings.barcode_system %} {% endif %} {% endif %} {% endif %}
{% if item.processed %} Yes {% else %} No {% endif %} {{ item.quantity }} {% if item.deposit_only %} {% shop_price item.total_without_deposit %}
Deposit: {% shop_price item.total %} {% else %} {% shop_price item.total %} {% endif %}
Voucher - {{ order.voucher_title }}: {{ order.voucher_code }} -{{ CURRENCY }}{{ order.voucher_value }}
Total Invoice
Delivery {% if order.free_delivery_to %} (Free: {{ order.delivery_company }}) {% elif order.is_click_and_collect %} (Click and Collect) {% else %} {% if delivery and order.delivery_option_title %} ({{ order.delivery_option_title }}) {% endif %} {% endif %} {% if order.delivery %}{% shop_price order.delivery %}{% else %}{{ CURRENCY }}0.00{% endif %}
Total {% shop_price order.total %}
Remaining Unpaid Balance {% shop_price order.basket.totals.difference_between_deposit_and_full_amount %}
{% if order.click_and_collect %}

Collect in Store

{% else %}

Delivery Address{% if order.free_delivery_to %} (Free Delivery to {{ order.delivery_company }}){% endif %}

{% endif %}

Billing Address

{% if not order.click_and_collect %}
Name {% if order.delivery_address.name %} {{ order.delivery_address.name }} {% else %} {{ order.billing_address_title_display }} {{ order.billing_address.first_name }} {{ order.billing_address.last_name }} {% endif %}
Company {{ order.delivery_company }}
Address 1 {{ order.delivery_address1 }}
Address 2 {{ order.delivery_address2 }}
Address 3 {{ order.delivery_address3 }}
City {{ order.delivery_city }}
County {{ order.delivery_county }}
Country {{ order.delivery_country.printable_name }}
Postcode {{ order.delivery_postcode }}
{% else %}

The order is click and collect.

{% endif %}
{% if order.billing_address %}
Name {{ order.billing_address_title_display }} {{ order.billing_address.first_name }} {{ order.billing_address.last_name }}
Company {{ order.billing_company }}
Address 1 {{ order.billing_address1 }}
Address 2 {{ order.billing_address2 }}
Address 3 {{ order.billing_address3 }}
City {{ order.billing_city }}
County {{ order.billing_county }}
Country {{ order.billing_country.printable_name }}
Postcode {{ order.billing_postcode }}
{% endif %}
Please confirm that all items have been received.
Customer Staff Date
Notes