您的訂單已確認

您好 {{ customer.name }},

您已經成功下訂單{{ order.name }},並且訂單已被賣家確認。煩請查詢您的訂單詳情:

查看訂單瀏覽本店

以下是您所訂購的所有商品:

{% for product in products %}
{{ product.name }} × {{ product.quantity }}
{% if product.variant_name != blank %} ( {{ product.variant_name }} ) {% endif %}
{% for property in product.properties %} {{property.name}}: {{property.value}}
{% endfor %} {% if product.discounted_subtotal_exclude_tax != product.subtotal_exclude_tax %} Discount ({{ product.total_discount }})
{% endif %}
{% if product.discounted_subtotal_exclude_tax == product.subtotal_exclude_tax %}

{{ product.subtotal_exclude_tax }}

{% else %}

{{ product.discounted_subtotal_exclude_tax }}

{{ product.subtotal_exclude_tax }}
{%endif%}
{% endfor %}
金額: {{order.discounted_total_exclude_tax}}
{% if order.total_product_tax %}
稅額: {{ order.total_product_tax }}
{% endif %}
{% if order.total_order_discount %}
結帳金額折扣 ({{ order.discount_code }}) - {{ order.total_order_discount }}
{% endif %}
{% if order.credit_used %}
使用積分 - {{ order.credit_used }}
{% endif %}
{% if order.total_rounding and order.total_rounding != 0 %}
小數點捨去: {{ order.total_rounding }}
{% endif %}
總額: {{ order.total_price }}
{% if note_attributes %}
{% for note in note_attributes %}
{{ note.name }}: {% if note.value != blank %}{{ note.value }}{% else %}-{% endif %}
{% endfor %}
{% endif %}