欢迎来到元素模板ys720.com,本站提供专业的织梦模板PBOOTCMS模板网站模板网站修改/网站仿站
当前位置:主页 > 程序教程 > ECSHOP教程 >
ECSHOP教程

Ecshop商品浏览历史样式修改方法

(元素模板) / 2019-07-17 20:21

想要修改ECSHOP的浏览历史样式,发现 history.lbi 中不能修改。


需要修改的文件:includes\lib_insert.php,找到函数:function insert_history(),下面的代码:

$str.=’<ul><li><a href=”‘.$goods['url'].’” target=”_blank”><img src=”‘.$goods['goods_thumb'].’” alt=”‘.$goods['goods_name'].’” /></a></li><li><a href=”‘.$goods['url'].’” target=”_blank” title=”‘.$goods['goods_name'].’”>’.$goods['short_name'].’</a><br />’.$GLOBALS['_LANG']['shop_price'].’<font>’.$goods['shop_price'].’</font><br /></li></ul>’;



上面的代码就是所对应的样式代码,修改即可。

另外,调用的模板文件:history.lbi,中的:

<div id=’history_list’>
  {insert name=’history’}
</div>


其中,id=”history_list”是“清空”操作的ID。

from: Internet

Copyright @ 2013-2021 元素模板 www.ys720.com All Rights Reserved. 版权所有 元素模板 www.ys720.com