订单状态:<{$de.statu_text}>

订单编号:<{$de.order_id}>

下单时间:<{$de.create_time|date_format:"%Y-%m-%d %H:%M:%S"}>

支付状态:<{$de.order_pay_status}>

配送状态:<{$de.order_ship_status}>

支付方式:<{$de.payment_name}>

配送方式:<{$de.shipping_name}>

<{if $de.status>=3}>

物流单号:<{$de.shipping_id}>

<{/if}>

商品清单

<{foreach item=plist from=$de.product}>

<{$plist.name}>

<{$config.money}><{$plist.price}> X <{$plist.num}>

<{if $plist.product_give}> <{foreach item=list from=$plist.product_give}>

[赠品] <{$list.pname}>

<{/foreach}> <{/if}> <{if $plist.service}> <{foreach item=list from=$plist.service}>

[服务] <{$list.name}>  <{$config.money}><{$list.price}>

<{/foreach}> <{/if}>
<{/foreach}>
<{$lang.logistics}>: <{$de.freight|number_format:2}>
<{$lang.pallprice}>: <{$config.money}> <{$de.cost+$de.freight|number_format:2}>

收货地址

收货人:<{$de.ship_name}>

联系电话:<{$de.ship_mobile}> <{$de.ship_tel}>

收货地址:<{$de.ship_addr}>

发票信息

发票信息:<{foreach item=v key=num from=$lang.itype}><{if $num==$de.invoices.type}><{$v}><{/if}><{/foreach}>

<{if $de.invoices.type==1}>

单位名称:<{$de.invoices.company}>

纳税人识别号:<{$de.invoices.number}>

注册地址:<{$de.invoices.address}>

注册电话:<{$de.invoices.telephone}>

开户银行:<{$de.invoices.bank}>

银行帐户:<{$de.invoices.account}>

<{else}>

发票抬头:<{foreach item=v key=num from=$lang.irise}><{if $num==$de.invoices.rise}><{$v}><{/if}><{/foreach}><{if $de.invoices.rise==1}><{$de.invoices.company}><{/if}>

<{/if}>

发票内容:<{foreach item=v key=num from=$lang.icontent}><{if $num==$de.invoices.content}><{$v}><{/if}><{/foreach}>