裝箱單 |
{{ order.name }} |
{{ invoice.order_date }} |
|
|
|
帳單資訊{% if billing %}{{ billing.name }} {% if billing.company %}
{{ billing.company }} {% endif %}
{{ billing.address }}
{{ billing.phone }}
{{ billing.email }} {% else %} No address set {% endif %}
|
配送資訊 {{shipping.method}}{{ shipping.name }}{{ shipping.address }} {{ shipping.phone }} {{ shipping.email }} |
{% for order_shipping_profile in order.shipping_profiles %} {% if only_default_profile != true %} {% if order_shipping_profile[1].condition == "general"%} {% assign profile_category = "一般包裹" %} {% elsif order_shipping_profile[1].condition == "fragile"%} {% assign profile_category = "易碎物品" %} {% elsif order_shipping_profile[1].condition == "chilled"%} {% assign profile_category = "冷藏物品" %} {% elsif order_shipping_profile[1].condition == "frozen"%} {% assign profile_category = "冷凍物品" %} {% endif %}
|
|
{{
item.product_name }} × {{ item.quantity }}
{% if item.variant_name != blank %} {{ item.variant_name }} {% endif %} {{property.name}}: {{property.value}} {% if item.sku != "" %}商品編號: {{ item.sku }} {% endif %} |
{% if item.barcode_image %} {{ item.barcode_image }}{% endif %} {{ item.barcode }}
|
備註欄 |
{% if order.remark %}{{ order.remark }}{% else %}-{% endif %} |