关于如何在ecshop的首页显示商品描述

2016-09-11 20:39 来源:www.chinab4c.com 作者:ecshop专家

 依次将ecshop打开  /themes/default/library/recommend_hot.lbi ,/themes/default/library/recommend_new.lbi ,/themes/default/library/recommend_best.lbi 文件


对每个文件都执行如下操作:
找到

<font class="f1">


在它上面增加一行

<p>{$goods.brief}</p>


再打开 /themes/default/library/recommend_promotion.lbi 文件

找到

{$lang.promote_price}<font class="f1">{$goods.promote_price}</font>


在它上边增加一行

<p>{$goods.brief}</p>