{extend name="default/base/base_seller" /} {block name="seller_btn"} {if $isPlatformStore || config('ds_config.promotion_booth_price')==0} {$Think.lang.added_items} {else /} {empty name="booth_quota"} {$Think.lang.purchased_packages} {else} {if $booth_quota.boothquota_state == 1} {$Think.lang.added_items} {/if} {$Think.lang.subscription_fee} {/empty} {/if} {/block} {block name="seller_main"} {if $isPlatformStore || config('ds_config.promotion_booth_price')==0}
{else}
{if empty($booth_quota) || $booth_quota['boothquota_state'] == 0} {$Think.lang.tips_package_activities} {else/} {$Think.lang.set_expiration_time}{$Think.lang.ds_colon} {$booth_quota.boothquota_endtime|date="Y-m-d H:i:s"} {/if}
{/if} {if $isPlatformStore || config('ds_config.promotion_booth_price')==0 || (!empty($booth_quota) && $booth_quota['boothquota_state'] == 1)} {notempty name="goods_list"} {foreach name="goods_list" item="val"} {/foreach} {/notempty}
{$Think.lang.name_commodity} {$Think.lang.price} {$Think.lang.ds_handle}
{$Think.lang.add_platform_stand_items}
{$val.goods_name}
{$goodsclass_list[$val['gc_id']]['gc_name']|default=lang('there_no_classification')}
¥{$val.goods_price}

{$Think.lang.ds_del}

{else/}
{$Think.lang.buy_package_tips1}
{$Think.lang.buy_package_tips2}
{/if} {/block}