{{ order.getShopName() }}
{{ order.getShopEmail() }}
{{ order.getShopAddress()|nl2br }}
{{ order.customer_fullname }}
{{ order.customer_email }}
{{ order.billing_address.first_line }}
{% if order.billing_address.city %}
{{ order.billing_address.city }},
{% endif %}
{% if order.billing_address.state %}
{{ order.billing_address.state }},
{% endif %}
{% if order.billing_address.country %}
{{ order.billing_address.country }}
{% endif %}
{% if order.billing_address.zip %}
{{ 'pixel.shop::lang.fields.postal_code'|trans }}: {{ order.billing_address.zip }}
{% endif %}
#{{ order.getOrderID() }}
{{ ('pixel.shop::lang.fields.' ~ order.gateway)|trans }}
{{ field.value }}
{{ 'pixel.shop::lang.fields.description'|trans }} | {{ 'pixel.shop::lang.fields.price'|trans }} | {{ 'pixel.shop::lang.fields.qty'|trans }} | {{ 'pixel.shop::lang.fields.total'|trans }} | |
---|---|---|---|---|
{% if item.thumb %}
|
{{ item.title }}
{% if item.description %}
{{ item.description }} {% endif %} |
{{ item.price|currency }} | x{{ item.quantity }} | {{ item.total|currency }} |
{{ 'pixel.shop::lang.fields.coupon'|trans }} {{ order.coupon.code }} |
- - | - - | -{{ order.coupon.getValueLabel() }} | |
{{ 'pixel.shop::lang.fields.shipping'|trans }} | {{ order.shipping_total|currency }} | |||
{{ 'pixel.shop::lang.fields.tax'|trans }} | {{ order.tax_total|currency }} | |||
{{ 'pixel.shop::lang.fields.grand_total'|trans }} | {{ order.total|currency }} |
{{ field.value }}
{{ field.value }}
{{ order.note }}