- 1、本文档共9页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
用户中心留言改为前台商品咨询(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]
您可能关注的文档
- 学习者特征分析有待改进案例(Learner characteristics analysis needs to be improved).doc
- 学会推销-4A广告公司提案技巧(Learn how to promote -4A advertising company proposal skills).doc
- 学习礼仪规范心得(Learn etiquette norms experience).doc
- 学会知而不言,因为言多必失(Learn to know and not say, because the He that talks much errs much.).doc
- 学前卫生学笔记(Notes on preschool hygiene).doc
- 孕期知识普及(Knowledge popularization during pregnancy).doc
- 学前教育专业钢琴小组课教案(Preschool education piano lesson plan).doc
- 学前教育卫生学答疑教案(Preschool Education Hygiene question and answer lesson plan).doc
- 学习语文的方法与技巧(The methods and skills of learning Chinese).doc
- 学医之脱口而出(Blurt out medicine).doc
- 第17课 明朝的灭亡和清朝的建立 巩固练习 2024-2025学年下期初中历史统编版七年级下.docx
- 人教版(2019)必修三 Unit 1 Festivals and Celebrations Lis.pptx
- 人教版(2019)必修三 Unit 3 Diverse Cultures Reading for W.pptx
- 人教版(2019) 必修第一册 Unit 1 Teenage Life Reading and.pptx
- 人教版(2019)必修第一册Unit 2 Travelling Around Reading and.pptx
- 六年级单元作文复习.pptx
- 【作文写作法则】(初中语文)第10讲 常考应用文写作模板 学案.doc
- Unit 8 Once upon a Time 重点语法 专题练 2024-2025学.docx
- 人教版(2019)必修第一册Unit 3 Sports and fitness Reading fo.pptx
- 期末综合模拟试题 2024-2025学年下期初中道德与法治统编版八年级下册 (1).docx
文档评论(0)