zoukankan      html  css  js  c++  java
  • 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”,打开看看他的表结构,注意红色框框那里

  • 相关阅读:
    PLSQL导入导出oracle表 表空间
    IDL(Interactive Data Language——交互式数据语言)
    easyui更改messager的OkCancel按钮为(中文)确定取消
    java 中判断字符串相等
    hql实现对表的某几个(部分)字段查询
    MyEclipse 断点打不上 提示 absent line number information
    cocos2dx-3.x 导出自定义类到 lua 过程
    cocos2d-x中DrawNode常见的图像绘制函数
    cocos2d环境及创建一个自己的项目
    cocos2d基本类介绍 director/scene/layer/sprite
  • 原文地址:https://www.cnblogs.com/lookyou/p/2229477.html
Copyright © 2011-2022 走看看