• ZenCart recover_cart_sales未付款客户邮件提醒插件


    前两天逛博客时发现的这个插件,非常不错,这个插件可以批量发送邮件给中途放弃下单的顾客提醒其下单。从而使顾客继续付款,或者回复你为什么不买的原因。

    下载地址:官方下载页

    官网发布页面显示的是支持1.38版本的,这个插件我在zencart1.39h的版本上面测试过,也是可以使用。

    安装方法

    安装非常简单,覆盖文件,写入sql语句即可。

    这里在商店配置的下拉菜单下面,点击这里是配置这个插件的一些信息,其实可以不用去配置,默认就是配置好的。

    可以把显示时间look back days改为3天,毕竟后台起码我们是每个工作日登录的,时间越长的话,显示的一些信息就越多

    在Tools—Recover Cart Sales下,把要发送邮件的人勾上,点击sendmail即可,非常简单

    发送给顾客的邮件模板写的还是非常专业,大家自己也可以增减使其更符合自己的需求。

    Dear Odelia Reid,
    
    We would like to thank you for having shopped at xxx.com in the
    past. We noticed that during a visit to our store you placed the following
    item(s) in your shopping cart, but did not complete the transaction.
    
    Shopping Cart Contents:
    
    1 x pppppppppppp
    
    http://www.xxx.com/index.php?main_page=product_info&products_id=128
    
    We are always interested in knowing what happened and if there was a reason
    that you decided not to purchase at this time. If you could be so kind as to
    let us know if you had any issues or concerns, we would appreciate it.  We
    are asking for feedback from you and others as to how we can help make your
    experience at xxx.com better.
    
    PLEASE NOTE:
    If you believe you completed your purchase and are wondering why it was not
    delivered, this email is an indication that your order was NOT completed,
    and that you have NOT been charged! Please return to the store in order to
    complete your order.
    
    Our apologies if you already completed your purchase, we try not to send
    these messages in those cases, but sometimes it is hard for us to tell
    depending on individual circumstances.
    
    Again, thank you for your time and consideration in helping us improve the
    xxx.com website.
    
    Sincerely,
    
    xxx
    
    http://www.xxxx.com/index.php?main_page=index
    
    ——————————————————
    
    Login to your account here:
    (http://www.xxx/index.php?main_page=login)
    
    This email address was given to us by you or by one of our customers. If you
    feel that you have received this email in error, please send an email to
    service@xxx.com
    This e-mail is sent in accordance with the US CAN-SPAM Law in effect
    01/01/2004. Removal requests can be sent to this address and will be honored
    and respected.

    如果大家发现插件无法工作,请打开PhpMyAdmin看看你的zencart对应的数据库,这个插件所添加的一个表为“scart”,打开看看他的表结构,注意红色框框那里

  • 相关阅读:
    netbeans 打开项目时没有出现咖啡哪个标记
    java swing客户端程序调试的一些方式
    java客户端布局 GroupLayout 控件、按钮等布局
    ActiveMQ 增加消息 消费消息
    HBase学习解析之起源.md
    Hadoop学习解析之资源管理调度框架YARN
    Hive学习解析之工作原理.md
    Hive学习解析之系统架构.md
    js实现ajax获取的文件base64字符串处理.md
    springboot2.x整合quartz2.x.md
  • 原文地址:https://www.cnblogs.com/lookyou/p/2229477.html
Copyright © 2020-2023  润新知