。我试试:
<template>
<email>
<simpleaffiliate_general_emailtemplate translate="label" module="simpleaffiliate">
<label>Test Send Email</label>
<file>test_sendemail.html</file>
<type>html</type>
</simpleaffiliate_general_emailtemplate>
<simpleaffiliate_general_emailtemplate translate="label" module="simpleaffiliate">
<label>Test Send Email2</label>
<file>test_sendemail2.html</file>
<type>html</type>
</simpleaffiliate_general_emailtemplate>
</email>
</template>
并在system.xml中
<emailtemplate translate="label">
<label>Email Template sent to new registered </label>
<frontend_type>select</frontend_type>
<sort_order>6</sort_order>
<source_model>adminhtml/system_config_source_email_template</source_model>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<comment></comment>
</emailtemplate>
但我只得到一个选项:Test Sent Email 2(默认来自Locale),我想添加其他选项。你能帮助我吗:D
答案 0 :(得分:0)
您不能拥有2个具有相同XML节点名称的电子邮件模板。 “simpleaffiliate_general_emailtemplate”用于两者。当它在配置中加载时,第二个条目将覆盖第一个条目。