我的订单:
订单号:{$order['order_no']}下单日期:{$order['create_time']} 状态:
{echo:$this->order_status($order)}
{$order['create_time']} 订单创建
{if:$order['pay_status']>0}{$order['pay_time']} 订单{$order['order_no']} 付款 {$currency_symbol}{$order['order_amount']}
{/if} {if:$order['delivery_status']>0}{$order['send_time']} 订单全部商品已发货
{/if} {if:$order['status']==4}{$order['completion_time']} 订单完成
{/if}收货人信息: | |
---|---|
收货人: | {$order['accept_name']} |
地 址: | {$order['addr']} |
电 话: | {$order['phone']} |
手 机: | {$order['mobile']} |
支付及配送方式: | |
---|---|
支付方式: | {$order['pay_name']} |
运 费: | {$order['real_freight']} |
物流公司: | {$invoice['ec_name']} |
快递单号: | {$invoice['express_no']} 查询物流 |
商品编号 | 商品名称 | 商品价格 | 优惠后价格 | 数量 | 小计 |
---|---|---|---|---|---|
{$item['pro_no']} | {$item['name']} | {$currency_symbol}{$item['goods_price']} | {$currency_symbol}{$item['real_price']} | {$item['goods_nums']} | {$currency_symbol}{$subtotal} |
{if:$order['type']==3}
套餐总金额:{$currency_symbol}{$order['real_amount']}
{else:}商品总金额:{$currency_symbol}{$total}
{/if}+ 运费:{$currency_symbol}{$order['real_freight']}
{if:$order['taxes']>0}+ 税:{$currency_symbol}{$order['taxes']}
{/if}- 优惠:{$currency_symbol}{$order['discount_amount']}
{if:$order['adjust_amount']!=0}{if:$order['adjust_amount']>0}+{else:}-{/if} 价格调整:{$currency_symbol}{echo:trim($order['adjust_amount'],'-')}
调价原因:{$order['adjust_note']|'无原因'}
{/if}
订单支付金额:{$currency_symbol}{$order['order_amount']}