{extend name="default/base/base_seller" /} {block name="seller_main"}
{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_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.order_finished}
{$order_info.finnshed_time|date="Y-m-d H:i:s",###}
{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}
{$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}