{{ text_order_detail }}
| {{ store_name }} | |
| {{ date_added }} | |
| {{ payment_method }} | |
| {{ shipping_method }} |
{{ text_customer_detail }}
| {% if customer %} {{ firstname }} {{ lastname }} {% else %} {{ firstname }} {{ lastname }} {% endif %} | |
| {{ customer_group }} | |
| {{ email }} | |
| {{ telephone }} |
{{ text_option }}
| {{ text_invoice }} | {{ invoice_no }} | {% if not invoice_no %} {% else %} {% endif %} |
| {{ text_reward }} | {{ reward }} | {% if customer and reward %} {% if not reward_total %} {% else %} {% endif %} {% else %} {% endif %} |
| {{ text_affiliate }} {% if affiliate %} ({{ affiliate_firstname }} {{ affiliate_lastname }}) {% endif %} | {{ commission }} | {% if affiliate %} {% if not commission_total %} {% else %} {% endif %} {% else %} {% endif %} |
{{ text_order }}
| {{ text_payment_address }} | {% if shipping_method %}{{ text_shipping_address }} | {% endif %}
| {{ payment_address }} | {% if shipping_method %}{{ shipping_address }} | {% endif %}
| {{ column_product }} | {{ column_model }} | {{ column_quantity }} | {{ column_price }} | {{ column_total }} |
| {{ product.name }} {% for option in product.option %}
{% if option.type != 'file' %} - {{ option.name }}: {{ option.value }} {% else %} - {{ option.name }}: {{ option.value }} {% endif %} {% endfor %} |
{{ product.model }} | {{ product.quantity }} | {{ product.price }} | {{ product.total }} |
| {{ voucher.description }} | 1 | {{ voucher.amount }} | {{ voucher.amount }} | |
| {{ total.title }} | {{ total.text }} | |||
| {{ text_comment }} |
| {{ comment }} |
{{ text_history }}
{% if account_custom_fields %}
{% endif %}
{% if payment_custom_fields %}
{% endif %}
{% if shipping_method and shipping_custom_fields %}
{% endif %}
{% for tab in tabs %}
| {{ text_account_custom_field }} | |
| {{ custom_field.name }} | {{ custom_field.value }} |
| {{ text_payment_custom_field }} | |
| {{ custom_field.name }} | {{ custom_field.value }} |
| {{ text_shipping_custom_field }} | |
| {{ custom_field.name }} | {{ custom_field.value }} |
| {{ text_browser }} | |
| {{ text_ip }} | {{ ip }} |
| {{ text_forwarded_ip }} | {{ forwarded_ip }} |
| {{ text_user_agent }} | {{ user_agent }} |
| {{ text_accept_language }} | {{ accept_language }} |
{{ tab.content }}
{% endfor %}