Date: {{ order.created_on|date:"d/m/Y" }}

Status: {% include 'cubane/ishop/elements/order/print/order_status.html' %}

{% if SHOP_PREAUTH and order.is_payment_confirmed %}

Approval Status: {% include 'cubane/ishop/elements/order/print/order_approval_status.html' %}

{% endif %} {% if order.finance_option %}

Loan Status: {% include 'cubane/ishop/elements/order/print/loan_status.html' %}

{% if order.get_loan_status_text_display %}

{{ order.get_loan_status_text_display }}

{% endif %} {% endif %} {% if order.has_payment_gateway %}

Payment Via: {{ order.payment_gateway_display }}

{% elif order.is_invoice %}

Payment Via: Invoice

{% endif %}

Customer Status Page

Print

{% if order.can_cancel %}

Cancel

{% endif %}

Customer Details / Billing{% if order.is_invoice %} (Invoice){% endif %}

{% include 'cubane/ishop/merchant/orders/billing_address.html' %}

Contact

Email: {% if order.email %}{{ order.email }}{% endif %}
Telephone: {% if order.telephone %}{{ order.telephone }}{% endif %}
{% if collection_method %} Collection Method: {{ collection_method }} {% endif %}

{% if order.click_and_collect %}

Click and Collect

The order is click and collect. {% else %}

Delivery{% if order.is_invoice %} (Invoice){% endif %}

{% include 'cubane/ishop/merchant/orders/delivery_address.html' %}

{% endif %} {% if order.special_requirements %}

Special Requirements

{{ order.special_requirements }}

{% endif %} {% if order.finance_option %}

Finance Option

{{ order.finance_option }}

{% endif %}