服务报价 | 域名主机 | 网络营销 | 软件工具| [加入收藏]
 热线电话: #
当前位置: 主页 > php教程 > OpenCart教程 >

修改OpenCart发送电子邮件的模板

时间:2016-12-13 10:52来源:未知 作者:最模板 点击:
大多开源电子商务系统都具有发邮件的功能,如在会员注册成功后或会员成功下定单后,系统会自动向会员的邮箱里发送一封邮件,opencart当然也不例外。但和magento相比,OpenCart系统发

大多开源电子商务系统都具有发邮件的功能,如在会员注册成功后或会员成功下定单后,系统会自动向会员的邮箱里发送一封邮件,opencart当然也不例外。但和magento相比,OpenCart系统发新不能像Magento那样方便的在后台修改e-mail的内容模板,我们应该怎么办呢?

唯一的办法就是修改语言文件来达到修改电子邮件内容的目的,我们以会员注册成功后发送邮件为例子,以英文语言包为例,默认的英文邮件就在

catalog/language/english/mail/ccount_create.php

文件中.内容如下

// Text
$_['text_subject']  = '%s - Thank you for registering';
$_['text_welcome']  = 'Welcome and thank you for registering at %s!';
$_['text_login']    = 'Your account has now been created and you can log in by using your email address and password by visiting our website or at the following URL:';
$_['text_approval'] = 'Your account must be approved before you can login. Once approved you can log in by using your email address and password by visiting our website or at the following URL:';
$_['text_services'] = 'Upon logging in, you will be able to access other services including reviewing past orders, printing invoices and editing your account information.';
$_['text_thanks']   = 'Thanks,';

其中的内容不需要做解释了,一目了然,需要注意的是%s是变量,不懂的可以对应着邮件修改,以此类推,此文件夹下的其他文件也是对应的邮件模板,如订单等,并且支持html语法。

(责任编辑:最模板)
顶一下
(0)
0%
踩一下
(0)
0%
------分隔线----------------------------
栏目列表
热点内容