订单详情

<{if $smarty.get.operation==log}> <{foreach item=list key=key from=$de}> <{/foreach}>
订单日志
序号 时间 操作人 行为 结果 备注
<{$key+1}> <{$list.create_time|date_format:"%Y-%m-%d %H:%M:%S"}> <{if $list.admin_name}><{$list.admin_name}><{else}>顾客<{/if}> <{$list.behavior}> <{$list.result}> <{$list.text}>
<{else}>
订单详情
订单状态 <{$de.statu_text}> 订单编号 <{$de.order_id}> 下单时间 <{$de.create_time|date_format:"%Y-%m-%d %H:%M:%S"}>
支付状态 <{$de.order_ship_status}> 配送状态 <{$de.order_pay_status}>
<{foreach item=list from=$de.product}> <{if $list.product_give}> <{/if}> <{if $list.service}> <{/if}> <{/foreach}> <{if $de.des}> <{/if}>
订单信息
编号 产品 单价 数量 总价
<{$list.code}> <{$list.name}> class="npb"<{/if}>><{$config.money}><{$list.price|number_format:2}> rowspan="2"<{/if}>><{$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.des}>
    商品总金额: <{$config.money}><{$de.cost}> 配送方式: <{$de.shipping_name}>
    配送费用: <{$config.money}><{$de.freight}> 支付方式: <{$de.payment_name}>
    商品重量: <{$de.weight}>kg 应付总额: <{$config.money}><{$de.cost+$de.freight|number_format:2}>
    收货地址
    收货地址 <{$de.ship_addr}>
    收货人 <{$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}>
    <{if $de.status>=3 }>
    物流信息
    物流单号 <{$de.shipping_no}>
    <{/if}> <{/if}>