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

{$Think.session.seller_name}

{$Think.lang.user_name}:{$Think.session.member_name}
{$Think.lang.administrative_rights}:{$Think.session.seller_group_name}
{$Think.lang.last_login}:{$Think.session.seller_last_logintime}
{$Think.lang.store_name}{$Think.lang.ds_colon}{$store_info.store_name}
{$Think.lang.store_store_grade}{$Think.lang.ds_colon}{$store_info.grade_name}
{$Think.lang.store_validity}{$Think.lang.ds_colon} {$store_info.store_endtime_text} {if $store_info.reopen_tip} {$Think.lang.immediate_renewal} {/if}
{if !session('is_platform_store')}
{$Think.lang.store_dynamic_evaluation}{$Think.lang.ds_colon} {$Think.lang.compared_industry}
    {foreach name="$store_info.store_credit" item="value" }
  • {$value.text}{$value.credit} {$Think.lang.credit_unit} {$value.percent_text|default=''}{$value.percent|default=''}
  • {/foreach}
{/if}

{$Think.lang.store_owner_info}

{$Think.lang.store_notice_info}
{$Think.lang.store_product_release}:
0 /  {if $store_info.grade_goodslimit != 0} {$store_info.grade_goodslimit} {else/} {$Think.lang.store_unlimited} {/if}
{$Think.lang.store_publish_album}{$Think.lang.ds_colon}
0 / {if $store_info.grade_albumlimit >0 }{$store_info.grade_albumlimit}{else/}{$Think.lang.store_unlimited}{/if}

{$Think.lang.merchant_help}

    {notempty name="help_list"} {foreach name="help_list" item="val" }
  • {$val.helptype_name}
  • {/foreach} {/notempty}
{$Think.lang.store_site_info}
{notempty name="phone_array"} {foreach name="phone_array" item="val" key="key" }
{$Think.lang.store_site_phone}{$Think.lang.ds_colon}{$val}
{/foreach} {/notempty}
{$Think.lang.store_site_email}{$Think.lang.ds_colon}{$Think.config.site_email}

{$Think.lang.store_business}

{$Think.lang.store_business_info}

{$Think.lang.single_product_sales_rank}

{$Think.lang.grasp_supply_commodities}
{notempty name="goods_list"} {php}$i = 0;{/php} {foreach name="goods_list" item="val"} {php}$i++;{/php} {/foreach} {/notempty}
{$Think.lang.store_ranking} {$Think.lang.commodity_information} {$Think.lang.sales_volume}
{$i}
{$val.goods_name}
{$val.goods_name}
{$val.goodsnum}

{$Think.lang.store_market_info}

{$Think.lang.promotions_boost_sales}
{if config('voucher_allow') == 1}

{$Think.lang.store_voucher} ({if session('is_platform_store') || !empty($voucherquota_info)}{$Think.lang.store_open}{else/}{$Think.lang.store_not_open}{/if})

{$Think.lang.store_voucher_info}

{notempty name="voucherquota_info"}

({$Think.lang.store_renew_charge}:{$voucherquota_info.voucherquota_endtime|date="Y-m-d",###})

{/notempty}
{/if}
{/block}