Invalid transactional email code magento

I did some research on this issue that I have: I deleted the transient email template and now I get this error again and again:

Invalid transactional email code: 4

Yes, I know that "4" is the template identifier. I created a dummy template and changed the identifier in the database to 4, but I do not need this dummy.

Is there anyone who can tell me how to fix this problem? Maybe a little reset for transactional emails?

Thanx in advance

+4
source share
1 answer

core_config_data; , template_id core_email_template. core_email_template core_config_data .

, order_new core_config_data Mage_Sales_Model_Order::XML_PATH_EMAIL_TEMPLATE (.. sales/email/order/template), script :

$installer->deleteConfigData(Mage_Sales_Model_Order::XML_PATH_EMAIL_TEMPLATE);

BTW reset , , ( - ). Sales Emails.

+3

All Articles