dr / email-templating
按主题覆盖电子邮件模板
1.0.0-patch2
2015-07-12 18:13 UTC
Requires
This package is auto-updated.
Last update: 2024-09-20 00:30:29 UTC
README
此模块允许按主题覆盖电子邮件模板。
例如
要覆盖 "account_new" 模板,将 "app/code/locale/en_US/template/email" 目录下的 "account_new.html" 文件复制到 "app/design/PACKAGE/THEME/locale/en_US/template/email"。现在复制的文件将在注册后用于发送邮件。
安装
为了安装此模块,提供了多种方法
modman
modman init # if modman is not initialized
modman clone http://... # gets the latest code from the master branch and links it
composer 在 "composer.json" 文件中添加以下行:'dr/email-templating': '>=1.0.0'
复制/粘贴 从 github 下载最新代码并将所有文件复制到 magento 根目录。
使用 modman 或 composer 时,必须启用设置 "允许符号链接"。安装模块后,必须清除缓存。
开发者
Daniel Rose
- 领英: http://www.xing.de/...
许可证
版权
(c) 2015 Daniel Rose