按照网上的办法,我试了以下几条都不行:
1、商店设置--商品显示设置--是否显示市场价格 选择不显示。
无效!
3、删除
成功!

2.删除good.dwt 模板里的市场价格代码。
无效!

1、精品
D:\Webpage\themes\68ecshop_handufree\library\recommend_best.lbi (1 hit)中的
Line 30: <font class="goodspice market">{$goods.market_price}</font>
2、热销
D:\Webpage\themes\68ecshop_handufree\library\recommend_hot.lbi (1 hit)
Line 30: <font class="goodspice market">{$goods.market_price}</font>
3、新品
D:\Webpage\themes\68ecshop_handufree\library\recommend_new.lbi (1 hit)
Line 30: <font class="goodspice market">{$goods.market_price}</font>
4、类别
D:\Webpage\themes\68ecshop_handufree\library\cat_goods.lbi (1 hit)
Line 10: <font class="goodspice market">{$goods.market_price}</font>
注意:在lbi文件中,不能用// 与/* 进行屏蔽,只能删除。