{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|raw}:
{$order_info.buyer_name}
{if $order_info.virtual_type==0}{$Think.lang.receive_mobile_phone}{elseif $order_info.virtual_type==1}卡  券{elseif $order_info.virtual_type==2}网  盘{elseif $order_info.virtual_type==3}下  载{/if}:
{if $order_info.virtual_type==0} {$order_info.buyer_phone} {elseif $order_info.order_state == ORDER_STATE_SUCCESS} {if $order_info.virtual_type==3} 下载资源 {elseif $order_info.virtual_type==1} {foreach name='order_info.virtual_content' item='item'} {$item}
{/foreach} {else} {$order_info.virtual_content} {/if} {/if}
{$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}:
{if !empty($order_info['extend_vr_order_code'])}{$Think.lang.buyers_payment}{else}{$Think.lang.buyers_payment2}{/if}
    {if !empty($order_info['extend_vr_order_code'])}
  • {$Think.lang.buyer_paid_process1}
  • {$Think.lang.buyer_paid_process2} {$Think.lang.buyer_paid_process3}
  • {else}
  • {$Think.lang.buyer_paid_process4}
  • {/if}
{/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}
{if $order_info.virtual_type==0}
{$Think.lang.issue_exchange_code}
{/if}
{$Think.lang.order_finished}
{$order_info.finnshed_time|date="Y-m-d H:i:s"}
{if !empty($order_info['extend_vr_order_code'])}
{$Think.lang.e_exchange_code}
    {foreach name="$order_info.extend_vr_order_code" item="code_info" }
  • {$code_info.vr_code_desc}
  • {/foreach}
{/if}
{else/}
{/if}
{notempty name="$order_info.voucher_code"} {/notempty} {notempty name="$order_info.mallvoucher_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.vr_indate}
{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}
{/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|raw}
{notempty name="$order_info.voucher_code"}
 {$Think.lang.prompt_information5} {$order_info.voucher_price} {$Think.lang.prompt_information6}:{$order_info.voucher_code})
{/notempty}
{notempty name="$order_info.mallvoucher_code"}
 {$Think.lang.prompt_information5} {$order_info.mallvoucher_price} {$Think.lang.prompt_information7}:{$order_info.mallvoucher_code})
{/notempty}
{$Think.lang.store_order_sum}:
{$order_info.order_amount}{$Think.lang.ds_yuan}
{/block}