{extend name="default/base/base_seller" /} {block name="seller_main"}

{$Think.lang.refund_service}

{$Think.lang.application_return}
{$Think.lang.merchants_process_applications_returns}
{$Think.lang.buyers_return_goods_merchants}
{$Think.lang.confirm_goods}

{$Think.lang.buyer_returns_refund_application}

{$Think.lang.refund_number}:
{$return.refund_sn}
{$Think.lang.applicant_buyers}:
{$return.buyer_name}
{$Think.lang.return_buyer_message}{$Think.lang.ds_colon}
{$return.reason_info}
{$Think.lang.refund_amount}:
{$Think.lang.currency}{$return.refund_amount}
{$Think.lang.return_order_return}{$Think.lang.ds_colon}
{if $return.return_type == 2}{$return.goods_num}{else/}{$Think.lang.there_no}{/if}
{$Think.lang.return_instructions}:
{$return.buyer_message}
{$Think.lang.credentials_upload}:
{notempty name="pic_list"}
    {foreach name="pic_list" item="val" key="key" } {notempty name="val"}
  • {/notempty} {/foreach}
{/notempty}

{$Think.lang.business_processing}

{$Think.lang.processing_state}{$Think.lang.ds_colon}
{$state_array[$return['seller_state']]}
{if $return.seller_time > 0}
{$Think.lang.refund_seller_message}{$Think.lang.ds_colon}
{$return.seller_message}
{/if} {if $return['express_id'] > 0 && !empty($return['invoice_no'])}
{$Think.lang.logistics_information}{$Think.lang.ds_colon}
{$express_name} , {$return.invoice_no}
{/if} {if $return.receive_time > 0}
{$Think.lang.receiving_note}{$Think.lang.ds_colon}
{$return.receive_message}
{/if} {if $return.seller_state == 2 && $return.refund_state >= 2}

{$Think.lang.mall_platform_processing_auditing}

{$Think.lang.platform_confirm}{$Think.lang.ds_colon}
{$admin_array[$return['refund_state']]}
{/if} {if $return.admin_time > 0}
{$Think.lang.platform_note}{$Think.lang.ds_colon}
{$return.admin_message}
{/if} {if $return['express_id'] > 0 && !empty($return['invoice_no'])}
  • {$Think.lang.ds_common_loading}
{/if}
{include file="default/seller/sellerrefund/seller_refund_right" /}
{if $return['express_id'] > 0 && !empty($return['invoice_no'])} {/if} {/block}