ecshop后台我的收藏显示收藏的商品图片和时间的方法
摘要:
1.打开includes/lib_clips.php的文件找到下面的函数,红色部分为添加的内容function get_collection_goods($user_id, $num = 10, $start = 0){$sql = 'SELECT g.goods_id, g.goods_name,g.goods_thumb,g.market_price, g.shop_price AS org_price, '."IFNULL(mp.user_price, g.shop_price * '$_SESSION[discount]') AS shop_p 阅读全文
posted @ 2013-02-23 17:57 ECshop商城二次开发博客 阅读(1272) 评论(0) 推荐(1) 编辑