订单详情

<{foreach item=list from=$log}> <{/foreach}>
<{$list.create_time|date_format:"%Y-%m-%d %H:%M:%S"}> <{$list.text}>
订单信息
订单编号 <{$de.order_id}> 订单状态 <{$de.statu_text}> 支付状态 <{$de.order_pay_status}> 配送状态 <{$de.order_ship_status}>
支付方式 <{$de.payment_name}> 配送方式 <{$de.shipping_name}>
<{foreach item=list from=$de.product}> <{if $list.product_give}> <{/if}> <{if $list.service}> <{/if}> <{/foreach}> <{if $des}> <{/if}>
产品信息
编号 产品 单价 数量 总价
<{$list.code}> <{$list.name}> class="npb"<{/if}>><{$config.money}><{$list.price|number_format:2}> rowspan="2"<{/if}>>x<{$list.num}> rowspan="2"<{/if}>><{$config.money}><{$list.sum|number_format:2}>
赠品 <{foreach item=slist from=$list.product_give}>

<{$slist.pname}>

<{/foreach}>
服务 <{foreach item=slist from=$list.service}>

<{$slist.name}>

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

<{$config.money}><{$slist.price}>

<{/foreach}>
商品重量: <{$de.weight}>kg    商品总金额: <{$config.money}><{$de.cost}>   配送费用: <{$config.money}><{$de.freight}>   订单总金额: <{$config.money}><{$de.freight+$de.cost}>
备注: <{$de.des}>
收货地址
收货人 <{$de.ship_name}>
联系电话 <{$de.ship_mobile}> <{$de.ship_tel}>
收货地址 <{$de.ship_addr}>
<{if $de.invoices.type==1}> <{else}> <{/if}>
发票信息
发票信息 <{foreach item=v key=num from=$lang.itype}><{if $num==$de.invoices.type}><{$v}><{/if}><{/foreach}>
单位名称 <{$de.invoices.company}>
纳税人识别号 <{$de.invoices.number}>
注册地址 <{$de.invoices.address}>
注册电话 <{$de.invoices.telephone}>
开户银行 <{$de.invoices.bank}>
银行帐户 <{$de.invoices.account}>
发票抬头 <{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}>
发票内容 <{foreach item=v key=num from=$lang.icontent}><{if $num==$de.invoices.content}><{$v}><{/if}><{/foreach}>