注文詳細
- 注文日
- {{ dateConversion(order.orderedAt) }}
- 定期注文
- {{ order.continuationTimes }}
- 合計
- {{ order.total }}(税込)
- 注文番号
- {{ order.uid }}
- お届け予定日
- {{ dateConversion(shipment.preferredDeliveryOn) }}
- 時間帯指定
- {{ getTimeZone(shipment.id, shipment.preferredDeliveryTimeZoneId) }}
- 注文状況
- {{ getStatus(shipment.status) }}
- お届け先
-
{{ shipment.shippingAddress.familyName }}{{ shipment.shippingAddress.firstName }} 様
{{ formatZipCode(shipment.shippingAddress.zipCode) }} {{ shipment.shippingAddress.stateName }}{{ shipment.shippingAddress.city }}{{ shipment.shippingAddress.address }} {{ shipment.shippingAddress.buildingName }}
{{ shipment.shippingAddress.tel }}
- 請求先
-
{{ order.billingAddress.familyName }}{{ order.billingAddress.firstName }} 様
{{ formatZipCode(order.billingAddress.zipCode) }} {{ order.billingAddress.stateName }}{{ order.billingAddress.city }}{{ order.billingAddress.address }} {{ order.billingAddress.buildingName }}
{{ order.billingAddress.tel }}
- 送り主
-
{{ order.senderAddress.familyName }}{{ order.senderAddress.firstName }} 様
{{ formatZipCode(order.senderAddress.zipCode) }} {{ order.senderAddress.stateName }}{{ order.senderAddress.city }}{{ order.senderAddress.address }} {{ order.senderAddress.buildingName }}
{{ order.senderAddress.tel }}
- お支払い方法
- {{ order.paymentMethodShop.name }}
- NP後払い
請求書送付先 -
{{ order.clientAddress.familyName }}{{ order.clientAddress.firstName }} 様
{{ formatZipCode(order.clientAddress.zipCode) }} {{ order.clientAddress.stateName }}{{ order.clientAddress.city }}{{ order.clientAddress.address }} {{ order.clientAddress.buildingName }}
{{ order.clientAddress.tel }}
- 通信欄
- {{ order.requestMemo && order.requestMemo.content }}
-
{{ item.merchandisableName }}
{{ item.uid }} {{ item.name }}
{{ item.priceIncludesTaxWithFormat }}(税込) 数量×{{ item.quantity }}
- 送料(税込)
- {{ order.shipmentTotal }}
- 手数料
- {{ order.adjustmentTotal }}
- NP後払い手数料
- {{ order.chargeTotal }}
- クーポン利用
- {{ order.couponAdjustmentTotal }}
- 商品合計(税込)
- {{ order.itemTotal }}
- 合計(税込)
-
{{ order.total }}
8%対象:{{ eightPercentDetails.totalWithFormat }} (消費税:{{ eightPercentDetails.totalTaxWithFormat }})
10%対象:{{ tenPercentDetails.totalWithFormat }} (消費税:{{ tenPercentDetails.totalTaxWithFormat }})