02 2013 档案

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商城二次开发博客 阅读(1291) 评论(0) 推荐(1)

ECSHOP 用户中心 我的订单前台显视订单每张商品图片及收货人
摘要:先在网站根目录打开文件includes/lib_transaction.php查找代码$sql = "SELECT order_id, order_sn, order_status, shipping_status, pay_status, add_time, " .修改成$sql = "SELECT order_id, order_sn, order_status, shipping_status,consignee, pay_status, add_time, " .继续查找代码$row['order_status'] = $GLOB 阅读全文

posted @ 2013-02-23 11:46 ECshop商城二次开发博客 阅读(1753) 评论(0) 推荐(0)

ECSHOP默认编辑器换成实用的KindEditor编辑器
摘要:官网下载最新版kindeditor-4.1.5.zip http://www.kindsoft.net/down.php文件:admin/includes/lib_main.php找到function create_html_editor($input_name, $input_value = ''){ global $smarty; $editor = new FCKeditor($input_name); $editor->BasePath = '../includes/fckeditor/'; $editor->ToolbarSet =  阅读全文

posted @ 2013-02-16 11:14 ECshop商城二次开发博客 阅读(2674) 评论(1) 推荐(0)

导航