用户中心留言改为前台商品咨询(User center message changed to front desk commodity consultation).doc

用户中心留言改为前台商品咨询(User center message changed to front desk commodity consultation).doc

  1. 1、本文档共9页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
用户中心留言改为前台商品咨询(User center message changed to front desk commodity consultation)

用户中心留言改为前台商品咨询(User center message changed to front desk commodity consultation) User center message changed to front desk commodity consultation Page reference: Themes/ user template name /goods.dwt modify Themes/ user template name /library/feedback.lbi -- New Themes/ user template name /library/feedback_list.lbi -- New Goods.php modify Includes/lib_clips.php modify Includes/lib_insert.php modify Database related: Increase the field feedback in table goods_id with the user_id type 1. add function get_goods_message_list () in lib_clips.php to get a list of front desk messages Function, get_goods_message_list ($goods_id, $num, $start) { Get message data / * * / $msg = array (); $sql = SELECT * FROM,.$GLOBALS[ecs]-table (feedback); $sql = WHERE parent_id AND goods_id=$goods_idORDER BY msg_time = 0 DESC; $res = $GLOBALS[db]-SelectLimit ($sql, $num, $start); While ($rows = $GLOBALS[db]-fetchRow ($res)) { Get message reply / * * / $reply = array (); $sql = SELECT, user_name, user_email, msg_time, msg_content FROM,.$GLOBALS[ecs]-table (feedback) WHERE, parent_id =, $rows[msg_id]; $reply = $GLOBALS[db]-getRow ($sql); If ($reply) { $msg[$rows[msg_id]][re_user_name] = $reply[user_name]; $msg[$rows[msg_id]][re_user_email] = $reply[user_email]; $msg[$rows[msg_id]][re_msg_time] = local_date ($GLOBALS[_CFG][time_format], $reply[msg_time]); $msg[$rows[msg_id]][re_msg_content] = nl2br (htmlspecialchars ($reply[msg_content])); } $msg[$rows[msg_id]][msg_content] = nl2br (htmlspecialchars ($rows[msg_content])); $msg[$rows[msg_id]][msg_time] = local_date ($GLOBALS[_CFG][time_format], $rows[msg_time]); $msg[$rows[msg_id]][msg_type] = $order_id? $rows[user_name]: $GLOBALS[_LANG][type][$rows[msg_type]]; $msg[$rows[msg_id]][msg_title] = nl2br (htmlspecialchars ($rows[msg_title])); } Return $msg; } 2. add function add_goods_messags () in lib_clips.php for adding messages Function add_goods_message ($message) { $status = 1 - $GLOBALS[_CFG][message_check]; If (empty ($message[msg_title]

文档评论(0)

jgx3536 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:6111134150000003

1亿VIP精品文档

相关文档