Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to add New email templates into template_config.xml #81

Open
sandeep570 opened this issue Jul 30, 2021 · 0 comments
Open

Unable to add New email templates into template_config.xml #81

sandeep570 opened this issue Jul 30, 2021 · 0 comments

Comments

@sandeep570
Copy link

Hi Team,
I am unable to add the New email templates into the template_config.xml file and below is the error. Please guide me on how to add the additional email templates. I am created a template_config.xml in my custom module under etc folder and after clearing the cache I am seeing the below in Sailthru transactional email list.
Error:
1 exception(s): Exception #0 (Magento\Framework\Exception\LocalizedException): More than one node matching the query: /config/template_list/template, Xml is: <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="template_list.xsd"> <!-- Creditmemo --> <template_list> <template> <id>sales_email_creditmemo_template</id> <name>Credit Memo Email Template</name> <custom_template_source>sales_email/creditmemo/template</custom_template_source> <sort_order>33</sort_order> </template> <template> <id>sales_email_creditmemo_guest_template</id> <name>Credit Memo Email Template for Guest</name> <custom_template_source>sales_email/creditmemo/guest_template</custom_template_source> <sort_order>34</sort_order> </template> </template_list> </config>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant