<{t}>当您的商店需要暂停营业的时候,您可以在下面输入框输入停业公告,并点击下面“暂停营业”按钮,这样当用户访问商店的时候就会看到商店关闭停业的通知,并且无法访问商店的任何链接。<{/t}>
当您需要恢复营业的时候,点击“开启商店”按钮即可。
<{t}>商店当前状态:<{/t}> <{if $systemShopMode==1}>
<{t}>正常营业中<{/t}>
<{else}>
<{t}>暂停营业<{/t}>
<{/if}>
<{t}>停业公告:<{/t}> <{input type="html" name="announcement" value=$announcement}>
<{if $systemShopMode==1}> <{button label="暂停营业" type="submit" onclick=";$('value_shop_mode').value=1"}> <{else}> <{button label="更新停业公告" type="submit" onclick=";$('value_shop_mode').value=1"}> <{button label="开启商店" type="submit" onclick=";$('value_shop_mode').value=0"}> <{/if}>