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

{:session('seller_name')}

{$Think.lang.user_name}:{:session('member_name')}
{$Think.lang.administrative_rights}:{:session('seller_group_name')}
{$Think.lang.last_login}:{: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.ds_config.site_email}

{$Think.lang.sales_statistics}

{$Think.lang.statistics_store_order_quantity}
{$Think.lang.store_item} {$Think.lang.store_order_quantity} {$Think.lang.store_order_amount}
{$Think.lang.store_yesterday_sales_volume} {if empty($daily_sales['ordernum'])}--{else/}{$daily_sales.ordernum}{/if} {if empty($daily_sales['orderamount'])}--{else/}{$daily_sales.orderamount}{/if}
{$Think.lang.monthly_sales} {if empty($monthly_sales['ordernum'])}--{else/}{$monthly_sales.ordernum}{/if} {if empty($monthly_sales['orderamount'])}--{else/}{$monthly_sales.orderamount}{/if}

{$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('ds_config.groupbuy_allow') == 1}

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

{$Think.lang.store_groupbuy_info}

{notempty name="groupquota_info"}

({$Think.lang.store_renew_charge}:{$groupquota_info.groupbuyquota_endtime|date="Y-m-d"})

{/notempty}
{/if} {if intval(config('ds_config.promotion_allow')) == 1}

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

{$Think.lang.store_xianshi_info}

{notempty name="xianshiquota_info"}

({$Think.lang.store_renew_charge}:{$xianshiquota_info.xianshiquota_endtime|date="Y-m-d"})

{/notempty}

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

{$Think.lang.store_mansong_info}

{notempty name="mansongquota_info"}

({$Think.lang.store_renew_charge}:{$mansongquota_info.mansongquota_endtime|date="Y-m-d"})

{/notempty}

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

{$Think.lang.store_bundling_info}

{notempty name="binglingquota_info"}

({$Think.lang.store_renew_charge}:{$binglingquota_info.blquota_endtime|date="Y-m-d"})

{/notempty}

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

{$Think.lang.store_activity_info}

{notempty name="boothquota_info"}

({$Think.lang.store_renew_charge}:{$boothquota_info.boothquota_endtime|date="Y-m-d"})

{/notempty}
{/if} {if config('ds_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}