ecshop的浏览历史的样式,例如我修改的是只让浏览历史显示浏览历史的商品名称 浏览历史的商品图片 ,而不显示商品价格
首先找到要修改 的文件includes\lib_insert.php(根目录includes)
找到函数function insert_history()或者搜浏览历史
分别删除这句代码:
$goods['shop_price'] = price_format($row['shop_price']);
还有这个字段
'.$GLOBALS['_LANG']['shop_price'].'<font class="f1">'.$goods['shop_price'].'</font><br />
搜到这个字段直接删除,这样浏览历史就不会显示价格啦