{% if order.orderStatus %} {% else %} {% endif %} {% if order.shippingMethodHandle %} {% endif %} {% if order.isPaid %} {% else %} {% endif %} {% if order.currency != order.paymentCurrency %} {% endif %} {% if order.couponCode %} {% endif %}
{{ "Reference"|t('commerce') }} {{ order.reference ?: order.shortNumber }}

Order Identification

{{ 'Reference'|t('commerce') }}{{ order.reference }}
{{ 'ID'|t('commerce') }}{{ order.id }}
{{ 'Short'|t('commerce') }}{{ order.shortNumber }}
{{ 'Full'|t('commerce') }}{{ order.number }}
{{ "Customer"|t('commerce') }} {% if order.customer.user %}{{ order.email }}{% else %}{{ order.email }} ({{ "Guest"|t('commerce') }}) {% endif %}
{{ "Order Date"|t('commerce') }}
{{ "Status"|t('commerce') }}
{{ "Shipping"|t('commerce') }} {{order.shippingMethod.name ?? order.shippingMethodHandle ?? ''}}
{{ "Total Price"|t('commerce') }} {{ order.totalPrice|currency(order.currency) }}
{{ "Paid Status"|t('commerce') }} {{ order.paidStatusHtml|raw }}
{{ "Paid Date"|t('commerce') }} {% if order.datePaid %} {{ order.datePaid|date('D jS M Y') }} {% endif %}
{{ "Last Updated"|t('commerce') }} {{ order.dateUpdated|date('D jS M Y') }}
{{ "Paid Amount"|t('commerce') }} {{ order.totalPaid|currency(order.currency) }}
{{ "IP Address"|t('commerce') }} {{ order.lastIp }}
{{ "Order Currency"|t('commerce') }} {{ order.currency }}
{{ "Payment Currency"|t('commerce') }} {{ order.paymentCurrency }}
{{ "Coupon"|t('commerce') }} {{ order.couponCode }}