| {$LANG.ORDER_SN}: |
{$order_info.order_sn} |
| {$LANG.PAY_STATUS}: |
_var['LANG']['ORDER_PAY_STATUS_'.$this->_var['order_info']['pay_status']];?>
|
| {$LANG.ORDER_CREATE_TIME}: |
{function name="to_date" value=$order_info.create_time}
|
{$LANG.ORDER_USER}: |
{function name="get_user_name" value=$order_info.user_id} |
{if $order_info.delivery_id neq 0}
| {$LANG.CONSIGNEE}: |
{$order_info.consignee} |
{$LANG.CONSIGNEE_MOBILE}: |
{$order_info.mobile} |
| {$LANG.REGION_INFO}: |
{$LANG.REGION_LV1}:{function name="get_region_name" value=$order_info.region_lv1}
{$LANG.REGION_LV2}:{function name="get_region_name" value=$order_info.region_lv2}
{$LANG.REGION_LV3}:{function name="get_region_name" value=$order_info.region_lv3}
{$LANG.REGION_LV4}:{function name="get_region_name" value=$order_info.region_lv4}
|
| {$LANG.ADDRESS}: |
{$order_info.address}
|
| {$LANG.ZIP}: |
{$order_info.zip} |
{/if}
|
{$LANG.ORDER_MEMO}:
|
{$order_info.memo}
|
|
|