| {$LANG.ORDER_SN}: | {$order_info.order_sn} | ||||||||||||||||
| {$LANG.PAY_STATUS}: | _var['LANG']['ORDER_PAY_STATUS_'.$this->_var['order_info']['pay_status']];?> {if $order_info.pay_status neq 2 and $order_info.order_status neq 1} {$LANG.CONTINUE_PAY} {/if} | ||||||||||||||||
| {$LANG.DELIVERY_STATUS}: | _var['LANG']['ORDER_DELIVERY_STATUS_'.$this->_var['order_info']['delivery_status']];?> {if $order_info.delivery_fee gt 0} {$LANG.DELIVERY_FEE}:{function name="format_price" value=$order_info.delivery_fee} {/if} | ||||||||||||||||
| {$LANG.ORDER_CREATE_TIME}: | {function name="to_date" value=$order_info.create_time} | {$LANG.ADMIN_LAST_OP_TIME}: | {function name="to_date" value=$order_info.update_time} | ||||||||||||||
| {$LANG.CONSIGNEE}: | {$order_info.consignee} | {$LANG.MOBILE}: | {$order_info.mobile} | ||||||||||||||
| {$LANG.REGION_INFO}: | {$LANG.REGION_LV1}:{$order_info.region_lv1.name} {$LANG.REGION_LV2}:{$order_info.region_lv2.name} {$LANG.REGION_LV3}:{$order_info.region_lv3.name} {$LANG.REGION_LV4}:{$order_info.region_lv4.name} | ||||||||||||||||
| {$LANG.ADDRESS}: | {$order_info.address} | ||||||||||||||||
| {$LANG.ZIP}: | {$order_info.zip} | ||||||||||||||||
| {$LANG.ORDER_MEMO}: | {$order_info.memo} | ||||||||||||||||
| {$LANG.AFTER_SALE}: | _var['LANG']['AFTER_SALE_'.$this->_var['order_info']['after_sale']];?> | ||||||||||||||||
| {$LANG.ADMIN_MEMO}: | {$order_info.admin_memo} | ||||||||||||||||
|
|||||||||||||||||
|
{*订单统计*}
{$LANG.DEAL_TOTAL_PRICE}:{function name="format_price" value=$order_info.deal_total_price} {if $order_info.delivery_fee gt 0} + {$LANG.DELIVERY_FEE}:{function name="format_price" value=$order_info.delivery_fee} {/if} {if $order_info.payment_fee gt 0} + {$LANG.PAYMENT_FEE}:{function name="format_price" value=$order_info.payment_fee} {/if} {if $order_info.discount_price gt 0} - {$LANG.USER_DISCOUNT}:{function name="format_price" value=$order_info.discount_price} {/if} = {function name="format_price" value=$order_info.total_price}
{if $order_info.account_money gt 0}
- {$LANG.ACCOUNT_PAY}:{function name="format_price" value=$order_info.account_money}
{if $order_info.return_total_money ne 0}
{$LANG.RETURN_TOTAL_MONEY}: {function name="format_price" value=$order_info.return_total_money} |
|||||||||||||||||
| {$LANG.ORDER_TRACT} | |
|---|---|
| {$log_item.log_info} | {function name="to_date" value=$log_item.log_time} |