
Originally Posted by
Boggled
Works great!!
Only thing I noticed was some of the formatting on the customer's email.
This is what it looked like:
The parts in red are what I need to fix. I think all they need is a <br> added in. Which file would I go to?
Thanks for all your hard work!!

Hmmmm, I just checked the new file and the <br /> tags are/were included.
Any way check includes/languages/english/YOUR_TEMPLATE/returns.php
These are the define statements involved.
PHP Code:
define('EMAIL_GREET_NONE', 'Dear %s,<br />');
define('EMAIL_WELCOME', 'Thank you for your recent request.<br />');
define('EMAIL_TEXT', 'Your request has been successfully submitted to ' . STORE_NAME . '. It will be reviewed and you will receive an email with instructions on how to proceed. If you have not received it within the next 48 hours, please contact us before submitting your request again.<br />');
define('EMAIL_CONTACT', 'For help with our Returns Policy, please email the store-owner: ' . STORE_OWNER_EMAIL_ADDRESS . '.<br />');
define('EMAIL_WARNING', '<b>Note:</b> This email address was given to us during a Return Authorization Request. If you have a problem, please send an email to ' . STORE_OWNER_EMAIL_ADDRESS . '.<br />');