{{ shop.name }}
注文番号 {{ order.name }}
{% if order.po_number != blank %}注文書番号 #{{ order.po_number }}
{% endif %}{{ order.created_at | date: format: "date" }}
{% if delivery_method.instructions != blank %} 配達先 {% else %} 配送先 {% endif %}
{% if shipping_address != blank %}
{{ shipping_address.name }}
{% if shipping_address.company != blank %}
{{ shipping_address.company }}
{% endif %}
{{ shipping_address.address1 }}
{% if shipping_address.address2 != blank %}
{{ shipping_address.address2 }}
{% endif %}
{% if shipping_address.city_province_zip != blank %}
{{ shipping_address.city_province_zip }}
{% endif %}
{{ shipping_address.country }}
{% if shipping_address.phone != blank %}
{{ shipping_address.phone }}
{% endif %}
{% else %}
配送先住所がありません
{% endif %}
請求先
{% if billing_address != blank %}
{{ billing_address.name }}
{% if billing_address.company != blank %}
{{ billing_address.company }}
{% endif %}
{{ billing_address.address1 }}
{% if billing_address.address2 != blank %}
{{ billing_address.address2 }}
{% endif %}
{% if billing_address.city_province_zip != blank %}
{{ billing_address.city_province_zip }}
{% endif %}
{{ billing_address.country }}
{% else %}
請求先住所がありません
{% endif %}
アイテム
数量
{{ line_item.title }} {% if line_item.variant_title != blank %} {{ line_item.variant_title }} {% endif %} {% if line_item.sku != blank %} {{ line_item.sku }} {% endif %} {% for group in line_item.groups %} {{ group.title }}の一部 {% endfor %}
{{ line_item.shipping_quantity }} of {{ line_item.quantity }}
この発送に含まれていない注文の他のアイテムがあります。
{% endunless %}{% if order.note != blank %}
メモ
{{ order.note }}
配達指示
{{ delivery_method.instructions }}