dr/email-templating

按主题覆盖电子邮件模板

安装: 115

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:magento-module

1.0.0-patch2 2015-07-12 18:13 UTC

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

许可证

OSL - 开源软件许可证 3.0

版权

(c) 2015 Daniel Rose