{extend name="default/base/base_seller" /} {block name="seller_main"}
{$Think.lang.virtual_order_information}
{$Think.lang.virtual_order_number}:
{$order_info.order_sn}{$Think.lang.ds_more}
  • {$Think.lang.store_order_pay_method}:{:get_order_payment_name($order_info['payment_code'])}
  • {$Think.lang.store_order_add_time}:{$order_info.add_time|date="Y-m-d H:i:s",###}
  • {notempty name="$order_info.payment_time"}
  • {$Think.lang.store_show_order_pay_time}:{$order_info.payment_time|date="Y-m-d H:i:s",###}
  • {/notempty}
{$Think.lang.buyer_space}:
{$order_info.buyer_name}
{$Think.lang.receive_mobile_phone}:
{$order_info.buyer_phone}
{$Think.lang.store_show_order_buyer_message}:
{$order_info.buyer_msg}
{if $order_info['order_state'] == ORDER_STATE_CANCEL}
{$Think.lang.store_order_state}:
{$Think.lang.transaction_closure}
  • {$order_info.close_time|date="Y-m-d H:i:s",###} {$Think.lang.transaction_closure_cause}:{$order_info.close_reason}
{/if} {if $order_info['order_state'] == ORDER_STATE_NEW}
{$Think.lang.store_order_state}:
{$Think.lang.order_has_been_generated}
  • {$Think.lang.buyer_payment_process1}
  • {$Think.lang.buyer_payment_process2} {$Think.lang.store_order_cancel_order}
  • {$Think.lang.buyer_payment_process3} {$Think.lang.buyer_payment_process4}
{/if} {if $order_info['order_state'] == ORDER_STATE_PAY}
{$Think.lang.store_order_state}:
{$Think.lang.buyers_payment}
  • {$Think.lang.buyer_paid_process1}
  • {$Think.lang.buyer_paid_process2} {$Think.lang.buyer_paid_process3}
{/if} {if $order_info['order_state'] == ORDER_STATE_SUCCESS}
{$Think.lang.store_order_state}:
{$Think.lang.generate_orders}。
{/if}
{if $order_info['order_state'] != ORDER_STATE_CANCEL}
{$Think.lang.generate_orders}
{$order_info.add_time|date="Y-m-d H:i:s",###}
{$Think.lang.complete_payment}
{$Think.lang.issue_exchange_code}
{$Think.lang.order_finished}
{$order_info.finnshed_time|date="Y-m-d H:i:s",###}
{$Think.lang.e_exchange_code}
    {foreach name="$order_info.extend_vr_order_code" item="code_info" }
  • {$code_info.vr_code_desc}
  • {/foreach}
{else/}
{/if}
{notempty name="$order_info.voucher_code"} {/notempty}
{$Think.lang.store_order_goods_detail} {$Think.lang.store_order_goods_single_price} {$Think.lang.store_show_order_amount} {$Think.lang.prompt_information2} {$Think.lang.trading_status}
{$Think.lang.virtual_order_number}:{$order_info.order_sn}{$Think.lang.place_order_time}:{$order_info.add_time|date="Y-m-d H:i",###}{$order_info.store_name}
{$order_info.goods_name}
{if $order_info.order_promotion_type == 1}{$Think.lang.store_order_group},{/if}{$Think.lang.prompt_information3} {$order_info.vr_indate|date="Y-m-d",###} {if $order_info.vr_invalid_refund == '0'} {$Think.lang.prompt_information4} {/if}
{$order_info.goods_price} {$order_info.goods_num} {if $order_info.commis_rate != 200} {:ds_price_format($order_info['order_amount'])}*{$order_info['commis_rate']}% = {:ds_price_format($order_info['order_amount'] * $order_info['commis_rate']/100)} {/if} {$order_info.state_desc}
{notempty name="$order_info.voucher_code"}
 {$Think.lang.prompt_information5} {$order_info.voucher_price} {$Think.lang.prompt_information6}:{$order_info.voucher_code})
{/notempty}
{$Think.lang.store_order_sum}:
{$order_info.order_amount}{$Think.lang.ds_yuan}
{/block}