<{t}>订单编号:<{/t}><{$order.order_id}><{if $order.status=='finish'}><{elseif $order.status=='dead'}><{/if}>

<{t}>订单金额:<{/t}><{$order.total_amount|cur_odr:$order.currency}>

<{t}>状态:<{/t}> <{if $order.pay_status==0}><{t}>未付款<{/t}><{elseif $order.pay_status==1}><{t}>已付款<{/t}><{elseif $order.pay_status==2}><{t}>已付款至担保方<{/t}><{elseif $order.pay_status==3}><{t}>部分付款<{/t}><{elseif $order.pay_status==4}><{t}>部分退款<{/t}><{elseif $order.pay_status==5}><{t}>已退款<{/t}><{/if}> [<{if $order.ship_status==0}><{t}>未发货<{/t}><{elseif $order.ship_status==1}><{t}>已发货<{/t}><{elseif $order.ship_status==2}><{t}>部分发货<{/t}><{elseif $order.ship_status==3}><{t}>部分退货<{/t}><{elseif $order.ship_status==4}><{t}>已退货<{/t}><{/if}>]

<{t}>下单日期:<{/t}><{$order.acttime|cdate:FDATE_STIME}>

<{if count($order.order_items) > 0 || count($order.gifts) > 0 || count($order.extends)}> <{foreach from=$order.order_items item="item" key="key"}> <{if $item.product}> <{/if}> <{if $item.adjunct}> <{foreach from=$item.adjunct item=ajuncts name="ajunctsItem"}> <{/foreach}> <{/if}> <{if $item.gifts}> <{foreach from=$item.gifts item=gifts name="giftsItem"}> <{/foreach}> <{/if}> <{/foreach}> <{if $order.gifts}> <{foreach from=$order.gifts item=item_gifts name="giftsItem"}> <{/foreach}> <{/if}> <{if $order.extends}> <{foreach from=$order.extends item=aExtend name="aExtends"}> <{$aExtend}> <{/foreach}> <{/if}>
<{t}>商品名称<{/t}> <{t}>商品积分<{/t}> <{t}>价格<{/t}> <{t}>数量<{/t}> <{t}>小计<{/t}>
<{if $item.product.link_url}>

<{/if}> <{$item.product.name}>

<{foreach from=$item.product.minfo item=minfo key=name}> <{$minfo.label}>:<{$minfo.value}> <{/foreach}> <{if $item.product.attr}> <{$item.product.attr}> <{/if}>
<{if $item.product.score}><{$item.product.score}><{else}>0<{/if}>  <{$item.product.price|cur_odr:$order.currency}> <{$item.product.quantity}> <{$item.product.amount|cur_odr:$order.currency}>
<{if $ajuncts.score}><{$ajuncts.score}><{else}>0<{/if}>  <{$ajuncts.price|cur_odr:$order.currency}> <{$ajuncts.quantity}> <{$ajuncts.amount|cur_odr:$order.currency}>
<{if $gifts.score}><{$gifts.score}><{else}>0<{/if}>  <{*$gifts.price|cur_odr:$order.currency*}><{t}>商品赠送<{/t}> <{$gifts.quantity}> <{$gifts.amount|cur_odr:$order.currency}>
<{if $item_gifts.score}>-<{$item_gifts.score}><{else}>0<{/if}>  <{$item_gifts.price|cur_odr:$order.currency}> <{$item_gifts.quantity}> <{$item_gifts.amount|cur_odr:$order.currency}>
<{if count($order.order_pmt)>0 || count($order.gift)>0 || count($order.coupon_p)>0}>
<{if count($order.order_pmt)>0}>

<{t}>享受的优惠:<{/t}>

    <{foreach from=$order.order_pmt item=item}>
  1. <{$item.pmt_describe}>
  2. <{/foreach}>
<{/if}> <{if count($order.gifts)>0}>

<{t}>获得赠品:<{/t}>

    <{foreach from=$order.gifts item="item" key="key"}>
  1. <{$item.name}> <{$item.nums}><{t}> 件<{/t}>  
  2. <{/foreach}>
<{/if}> <{if count($order.coupon_p)>0}>

<{t}>获得优惠券:<{/t}>

    <{foreach from=$order.coupon_p item="item" key="key"}>
  1. <{$item.pmt_memo}>
  2. <{/foreach}>
<{/if}>
<{/if}> <{/if}> <{if $order.giftItems}>

<{t}>赠品<{/t}>

<{foreach from=$order.giftItems item="item" key="key"}> <{/foreach}>
<{t}>赠品名称<{/t}> <{t}>所需积分<{/t}> <{t}>数量<{/t}> <{t}>小计<{/t}>
<{$item.name}> <{$item.point}> <{$item.nums}> <{$item.amount}>
<{/if}> <{include file="site/common/order_total.html" app=b2c}>
<{if $order.selecttype}>

<{t}>选择其他支付方式:<{/t}>

<{foreach from=$payments item=item key=key}>

<{$item.app_des}>

<{/foreach}>
<{button type="submit" class="order-btn btn-has-icon" label=$___b2c="立刻支付"|t:'b2c' icon="set-arrow.gif"}>
<{else}>
<{if $order.cur_amount > $order.payed}>
<{if $order.payinfo.pay_key=="OFFLINE"}>
<{t}>您选择了线下支付,请根据支付方式说明进行付款,付款后可通过网站信息联系我们。<{/t}>
<{elseif $order.payinfo.pay_key==-1 || $order.payinfo.pay_key=="PAYAFT"}>
<{t}>货到付款<{/t}>
<{else}> <{if $order.payinfo.pay_key=="DEPOSIT"}> <{t}>您选择了预存款支付<{/t}> <{/if}> <{/if}> <{t}>已选支付方式:<{/t}><{$order.payinfo.pay_app_id|pay_name}> "><{t}>修改支付方式»<{/t}> <{button type="submit" class="order-btn btn-has-icon" label=$___b2c="立刻支付"|t:'b2c' icon="set-arrow.gif"}> <{else}> <{t}>订单不需要再支付,请等待我们处理<{/t}> <{/if}>
<{/if}>
<{if $site_checkout_receivermore_open != 'true'}> <{else}> <{/if}>

收货信息

<{t}>配送地区:<{/t}> <{$order.consignee.area|region}> <{t}>收货人姓名:<{/t}> <{$order.consignee.name|escape:'html'}>
<{t}>收货人地址:<{/t}> <{$order.consignee.addr|escape:'html'}> <{t}>联系电话:<{/t}> <{$order.consignee.telephone}><{if $order.consignee.telephone && $order.consignee.mobile}> | <{/if}><{$order.consignee.mobile}>
<{t}>收货人邮编:<{/t}> <{$order.consignee.zip|default:'-'|escape:'html'}><{t}>要求送达时间:<{/t}> <{$order.consignee.r_time}><{t}>收货人Mail:<{/t}> <{$order.consignee.email|escape:'html'}>

配送方式

<{t}>配送方式:<{/t}> <{$order.shipping.shipping_name}> <{t}>商品重量:<{/t}> <{$order.weight}> g

支付方式

<{t}>付款方式:<{/t}> <{$order.payinfo.pay_name}>   <{foreach from=$order.extendCon item=item key=key}> <{$item}>   <{/foreach}> <{t}>支付币别:<{/t}> <{$order.currency|cur_name}>

订单附言

<{$order.memo|default:$___b2c='暂无附言'|t:'b2c'}>