分享一個客人留言, 發郵件到客服郵件地址(店主)

2016-07-07 15:01 来源:www.chinab4c.com 作者:ecshop专家



在數據庫中加入以下字段
1.
  1. INSERT INTO`你的數據庫名稱`.`ecs_shop_config` (
  2. `id` ,
  3. `parent_id` ,
  4. `code` ,
  5. `type` ,
  6. `store_range` ,
  7. `store_dir` ,
  8. `value` ,
  9. `sort_order`
  10. )
  11. VALUES (
  12. '430','4','send_messages_email','select','1,0','','1','1'
  13. );
复制代码


2.
  1. INSERT INTO`你的數據庫名稱`.`ecs_mail_templates` (
  2. `template_id` ,
  3. `template_code` ,
  4. `is_html` ,
  5. `template_subject` ,
  6. `template_content` ,
  7. `last_modify` ,
  8. `last_send` ,
  9. `type`
  10. )
  11. VALUES (
  12. '15','send_messages','0','新留言通知','親愛的店長,您好:
  13. 快來看看吧,又有新留言了。

  14. 客戶姓名:{$user_name}
  15. 客戶電郵:{$user_email}
  16. 留言類別:{$msg_type}
  17. 留言主題:{$msg_title}
  18. 留言內容:{$msg_content}



  19. 系統提醒
  20. {$send_date}','0','0','template'
  21. );
复制代码


3. 上傳附件到空間上
安裝包上應該有
-message.php
-readme.txt
-languages\zh_tw\admin\mail_template.php
-languages\zh_tw\admin\shop_config.php
-languages\zh_cn\admin\mail_template.php
-languages\zh_cn\admin\shop_config.php


  1. MD5= 7B916E7961C5BDFC6A195EF973C88B01
复制代码



已知問題:
1. 留言類別係數值