收货信息
*<{t}>收货地区<{/t}>: |
<{$order.consignee.area}> |
*<{t}>收货地址<{/t}>: |
<{$order.consignee.addr}> |
<{if $order.consignee.zip}>
<{t}>邮编<{/t}>: |
<{$order.consignee.zip}> |
<{/if}>
*<{t}>收货人姓名<{/t}>: |
<{$order.consignee.name}> |
<{if $order.consignee.mobile}>
<{t}>手机<{/t}>: |
<{$order.consignee.mobile}> |
<{/if}>
<{if $order.consignee.telephone}>
<{t}>固定电话<{/t}>: |
<{$order.consignee.telephone}> |
<{/if}>
送货时间: |
<{if $order.consignee.r_time}>
<{$order.consignee.r_time}> |
<{else}>
任意时间,任意时间段 |
<{/if}>
配送方式
<{t}>配送方式<{/t}>: |
<{$order.shipping.shipping_name}> |
<{t}>运费<{/t}>: |
<{$order.shipping.cost_shipping|cur_odr:$order.currency}> |
<{if order.shipping.is_protect == 'true'}>
<{t}>其它服务<{/t}>: |
<{t}>物流保价<{/t}> |
<{/if}>
<{t}>支付方式<{/t}>
<{t}>支付方式<{/t}>: |
<{$order.payment.app_display_name}> |
<{if $order.is_tax == 'true' && $order.tax_type != 'false'}>
<{t}>发票信息<{/t}>
<{t}>发票类型<{/t}>: |
<{t}><{if $order.tax_type=='personal'}>个人<{else}>公司<{/if}>发票<{/t}> |
<{t}>发票抬头<{/t}>: | <{$order.tax_title}> |
<{t}>发票内容<{/t}>: | <{$order.tax_content}> |
<{/if}>
<{t}>商品清单和结算信息<{/t}>
<{t}>商品<{/t}> |
<{t}>销售价<{/t}> |
<{t}>数量<{/t}> |
<{t}>优惠金额<{/t}> |
<{t}>积分<{/t}> |
<{t}>小计<{/t}> |
<{foreach from=$order.goods_items item="item" key="key"}>
<{if $item.product}>
|
<{$item.product.g_price|cur_odr:$order.currency}> |
<{$item.product.quantity}> |
<{($item.product.g_price-$item.product.price)*$item.product.quantity|cur_odr:$order.currency}> |
<{if $item.product.score}><{$item.product.score}><{else}>-<{/if}> |
<{$item.product.amount|cur_odr:$order.currency}> |
<{if $item.gift_items}>
<{foreach from=$item.gift_items item=gifts name="giftsItem"}>
[赠品]
<{$gifts.name}>
<{foreach from=$gifts.minfo item=minfo key=name}>
,<{$minfo.value}>
<{/foreach}>
|
<{$gifts.products.price.price.price|cur_odr:$order.currency}> |
<{$gifts.quantity}> |
|
<{/foreach}>
<{/if}>
<{if $order.goods_pmt.[$item.product.products.product_id]}>
<{foreach from=$order.goods_pmt.[$item.product.products.product_id] item=goods_pmt_row}>
-
[<{$goods_pmt_row.pmt_tag}>]<{$goods_pmt_row.pmt_memo}>
<{/foreach}>
|
<{/if}>
<{if $item.adjunct}>
<{foreach from=$item.adjunct item=ajuncts name="ajunctsItem"}>
|
<{$ajuncts.price|cur_odr:$order.currency}> |
<{$ajuncts.quantity}> |
|
<{if $ajuncts.score}><{$ajuncts.score}><{else}>-<{/if}> |
<{$ajuncts.amount|cur_odr:$order.currency}> |
<{/foreach}>
<{/if}>
<{/if}>
<{/foreach}>
<{if $order.gift.gift_items}>
积分兑换赠品 |
<{foreach from=$order.gift.gift_items item=cart_gift}>
|
<{$cart_gift.price|cur_odr}> |
<{$cart_gift.quantity}> |
- |
-<{$cart_gift.point}> |
- |
<{/foreach}>
<{/if}>
<{if $order.order.gift_items}>
订单送赠品 |
<{foreach from=$order.order.gift_items item=cart_gift}>
|
<{$cart_gift.price|cur_odr}> |
<{$cart_gift.quantity}> |
- |
- |
- |
<{/foreach}>
<{/if}>
<{if $order.extends}>
<{foreach from=$order.extends item=aExtend name="aExtends"}>
<{$aExtend}>
<{/foreach}>
<{/if}>
<{if $order.order_pmt}>
<{/if}>
|
-
<{t}>商品金额<{/t}>:
+<{$order.cost_item|cur_odr:$order.currency}>
-
运费:
<{$order.shipping.cost_shipping|cur_odr:$order.currency}>
<{if $order.shipping.is_protect == 'true' && $order.shipping.cost_protect > 0}>
-
<{t}>保价费用<{/t}>:
+<{$order.shipping.cost_protect|cur_odr:$order.currency}>
<{/if}>
<{if $order.payinfo.cost_payment > 0}>
-
<{t}>支付费用:<{/t}>
+<{$order.payinfo.cost_payment|cur_odr:$order.currency}>
<{/if}>
<{$discount_html}>
-
<{t}>优惠金额:<{/t}>
-<{$order.pmt_order|cur_odr:$order.currency}>
<{if $order.cost_payment > 0}>
-
<{t}>客户承担支付手续费<{/t}>:
<{$order.cost_payment|cur_odr:$order.currency}>
<{/if}>
<{if $order.cost_tax>0}>
-
<{t}>开发票所需税金<{/t}>:
<{$order.cost_tax|cur_odr:$order.currency}>
<{/if}>
-
<{if $order.score_g > 0}>(<{t}>订单可得积分<{/t}><{$order.score_g}>)<{/if}><{t}>总金额<{/t}>:
<{$order.total_amount|cur_odr:$order.currency}>
<{if $order.payed > 0}>
-
<{t}>已付金额:<{/t}>
<{$order.payed|cur_odr:$order.currency:false:true}>
<{/if}>
<{if $order.cur_rate != 1}>
-
<{t}>货币汇率:<{/t}>
<{$order.cur_rate}>
-
<{t}>货币结算金额:<{/t}>
<{$order.cur_amount|cur_odr:$order.currency:false:true}>
<{/if}>
|