Ngày đặt hàng: {{ date | date: "%d/%m/%Y" }}
Mã đơn hàng: {{ order_name }}

{{ shop_name }} {% if shop.address %}
Địa chỉ: {{ shop.address }}, {{ shop.district }} , {{ shop.province }} , {{ shop.country }} {% endif %} {% if shop.phone %}
Điện thoại: {{ shop.phone }} {% endif %}
Website: {{ shop.domain}}
Email: {{ shop.email }}

Thông tin đơn hàng


Mã đơn hàng:{{ order_name }}
Ngày đặt hàng:{{ date | date: "%d/%m/%Y" }}
Phương thức thanh toán:{{ gateway }}
Phương thức vận chuyển:{% for shipping_method in shipping_methods %} {{ shipping_method.title }}
{% endfor %}
{% if shipping_address %}

Thông tin mua hàng


{{ shipping_address.name }}
{% if shipping_address.company %} {{ shipping_address.company }}
{% endif %} {% if shipping_address.address1 %} {{ shipping_address.address1 }}{% if shipping_address.district %} , {{ shipping_address.district }} {% endif %}{% if shipping_address.province %} , {{ shipping_address.province }} , {% endif %}{% if shipping_address.country %} {{ shipping_address.country }}{% endif %}
{% endif %} {% if shipping_address.phone %} Điện thoại: {{ shipping_address.phone }}
{% endif %} {% if email %} Email: {{ email }} {% endif %}
{% endif %}

Chi tiết đơn hàng


{% for line_item in line_items %} {% endfor %}
Sản phẩm Số lượng Giá
{{ line_item.title }} {{ line_item.quantity }} {{ line_item.price | money}}

Thông tin thanh toán

{% for discount in discounts %} {% endfor %} {% if shipping_address %} {% endif %}
Tổng giá sản phẩm: {{ subtotal_price | money }}
Khuyến mãi "{{ discount.code }}" {{ discount.savings | money }}
Phí vận chuyển: {{ shipping_price | money }}
Tổng tiền phải trả: {{ total_price | minus: total_paid | money }}
{% if note %}

Ghi chú

{{ note }}

{% endif %}