{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}