Hi - I recently updated my site from 1.3.9h to 1.5.1. I have been trying to get all my customizations back in one at a time.
According to everything I 'think' I know I should be able to change the "Thanks for shopping with us today!" text that is sent in the order confirmation emails.
By my understanding this is done by going in to includes>languages>english>checkout_process.php and editing the text there. I did that. FYI I did include a couple "/n" s for line breaks if that matters. I changed the text in that file to the following:
define('EMAIL_THANKS_FOR_SHOPPING','Thank you so very much for ordering from Hoopclothes.com! We appreciate your business, and look forward to you enjoying your purchase fully."\n""\n" Your order will be taken care of promptly.Please note some items may take up to 7 days to ship as noted in the item descriptions. "\n" "\n"blah blah blah etc etc etc');

Then I re-uploaded the file to includes>languages>english>MY TEMPLATE(fyi andover-modern)>Put File Here.
This did nothing. Since I figured it really should have done something I went back to includes>languages>english and just overwrote the checkout_process.php file there. Still nothing changed in the order confirmation email text. Gah!!! What's the deal?

Anyone?