摘要: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
阅读全文
摘要:先在网站根目录打开文件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
阅读全文
摘要:官网下载最新版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 =
阅读全文