{{ title }}
  
  
  
{% if order_comment %}

{{ text_comment }}
{{ order_comment }}

{% endif %}
{{ text_order_detail }}
{% if order_id %} {{ text_order_id }} {{ order_id }} {% endif %} {% if invoice_no %}
{{ text_invoice_no }} {{ invoice_no }} {% endif %}
{{ text_date_added }} {{ date_added }}
{{ text_order_status }} {{ new_order_status }}
{{ text_email }} {{ email }}
{{ text_telephone }} {{ telephone }}
{{ text_ip }} {{ ip }} {% if customer_group_name %}
{{ text_customer_group }} {{ customer_group_name }} {% endif %}
{% if payment_method %} {{ text_payment_method }} {{ payment_method }}
{% endif %} {{ text_payment_address }}
{{ payment_address }}
{% if shipping_method %} {{ text_shipping_method }} {{ shipping_method }}
{% endif %} {% if shipping_address %} {{ text_shipping_address }}
{{ shipping_address }} {% endif %}
{% if products %}
 
{% set row_style_background = 0 %} {% set row_style_backgrounds = ['#f6f6f6', '#fafafa'] %} {% for product in products %} {% set row_style_background = loop.index0 %} {% endfor %} {% if vouchers %} {% for voucher in vouchers %} {% set row_style_background = row_style_background + 1 %} {% endfor %} {% endif %} {% if totals %} {% for total in totals %} {% set row_style_background = row_style_background + 1 %} {% endfor %} {% endif %}
{{ text_product }} {{ text_quantity }} {{ text_price }} {{ text_total }}
{% if product.image %} {% endif %} {{ product.name }} {% if product.model %}
{{ text_model }} : {{ product.model }} {% endif %} {% if product.sku %}
{{ text_sku }} : {{ product.sku }} {% endif %} {% if product.option %}
    {% for option in product.option %}
  • {{ option.name }} : {{ option.value }}
  • {% endfor %}
{% endif %} {% if product.stock_quantity and product.stock_subtract %}
{{ text_stock_quantity }} {{ product.stock_quantity }} {% endif %}
{{ product.quantity }} {{ product.price }} {{ product.total }}
{{ voucher.description }} {{ voucher.amount }}
{{ total.title }} {{ total.value }}
 
{% endif %} {% if order_link %} {% endif %}