首页分类显示市场价格

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

请问如何在首页分类显示市场价格呢?(不是首页的精品推荐、新品上架、热卖商品和促销商品哦)

回答:
<font class="f1">
<!-- {if $goods.market_price neq ""} -->
<font style="color:#666666; font-size:12px;">市场价:{$goods.market_price}</font><b><font style="color:#666666; font-size:12px;"></font></b>
<!-- {else}-->
{$goods.market_price}
<!--{/if}-->
</font><br />

修改themes/default/library/cat_goods.lbi

  1. <font class="shop_s">{$goods.shop_price}</font>
  2. <!--{/if}-->
复制代码
下边增加
  1. <!-- {if $goods.market_price} -->
  2. <font style="color:#ff3300; font-size:12px;"><br /> 市场价:{$goods.market_price}</font>
  3. <!--{/if}-->
复制代码

看来不用我来回答了