I want to edit the email text that goes in the "Thank you" email after a purchase. I think it's in the languagefile_en.php file but not sure.
When I place an order on the site I get an email with all the purchase info only. I want to add some text that says "Thank you for shopping with GBS and we'll send you the tracking info when the order ships." or something to that effect.
I also see code in the includes file (see below) Not sure what this effects or if it should be in the language file instead.
$xxTouSoo='Thank you for your order, the details of which are as follows:'; $xxThkYou='<br /><strong>Thank you for your purchase !</strong><br /><br />';
Last question... Does info in admin "thank you" email override anything in language file? Or do I now need to delete info in language file that applies to "thank you" email?