goods.dwt修改,让有会员价格的商品不显示本店价格

2016-07-07 16:07 来源:www.chinab4c.com 作者:ecshop专家

我把精品这个栏目改成会员专用商品栏目

设置独立的注册会员价格,显示的时候,有会员价格的就不显示其他价格了

请教各位这个条件语句怎么写
<DIV class=title>
<A title="{$goods.name|escape:html}" href="{$goods.url}" target=_self>
{$goods.short_style_name}
</A>
</DIV>
<DIV class=price>
<SPAN class=gray>市场价:<S>{$goods.market_price}</S></SPAN>
<BR>
<SPAN class="red_c00 fs14 b">本店价:{$goods.shop_price}</SPAN>
会员价:<span id="ECS_RANKPRICE_{$key}">{$rank_price.price}</span>
</DIV>

回答:
有没知道的啊,条件语句
有注册会员价格的时候,不显示本店价格
没有注册会员价格的时候,则不显示会员价

路过帮顶

cheap nfl jerseys
football uniforms
football jerseys
MLB jerseys
Dallas Cowboys Jersey
NFL jerseys
MLB Apparel
new fooball jerseys
college football jerseys
cheap football jerseys
jersey store
authentic wholesale
nfl sales

我也想知道,顶上去

你也可以直接在dwt加个判断,
本店价:{$goods.shop_price}


会员价:{$rank_price.price}
小无名 发表于 2011-3-10 23:24



呵呵,但他前台要调用本店价呀。。