dacreative1 Posted July 4, 2007 Share Posted July 4, 2007 Hi. I have a slight problem. In the send extra email tab I put in my email address. I make a test order but the email and receives the email, however, in the subject heading i see EMAIL_TEXT_SUBJECT_1 and the email body itself is blank. Can someone please help me to know what's wrong? Thanks in advance Link to comment Share on other sites More sharing options...
Guest Posted July 5, 2007 Share Posted July 5, 2007 the php script that sends the email should include a language file for the strings. The strings definitions are in the equivalent file in the language folder (eg: catalog\includes\language\english\checkout_process.php) See if the exact definitions are present. define('EMAIL_TEXT_SUBJECT_1', 'My Subject'); Link to comment Share on other sites More sharing options...
dacreative1 Posted July 5, 2007 Author Share Posted July 5, 2007 thanks, you were right, i didn't define everything in the checkout_process.php file. It works perfectly now Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.