通过本教程可以实现ECSHOP商品详情页中,只有指定注册用户才能看到价格,游客看不到价格:
<!-- {if $smarty.session.user_id < 1} --> {$lang.promote_price}<font class="shop">ECSHOP模板屋提醒您:请登录查看</font> <!--{else}--> <!--{if $goods.promote_price neq "" } --> {$lang.promote_price}<font class="shop">{$goods.promote_price}</font> <!--{else}--> {$lang.shop_price}<font class="shop">{$goods.shop_price}</font> <!--{/if}--> <!--{/if}-->
< 1 会员等级