clydejones:
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.
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 />');
Okay.. so the post above helped solve one issue I was having.. Thanks..
I have one small remaining issue.. I have been through this ENTIRE thread, and I can't find a solution. The e-mail the admin receives is formatted strangely.. > Return Authorization Request
> **From:** Crystal Jones **Email:** [email protected] Phone Number: 818-555-5555 Address: 123 Birdy Ave City: Los Angeles Post Code: 90001 State: CA Order Number: 14 Total Value: Item Number: Item Name: Action Requested: 2 ------------------------------------------------------ Reason: It's broken.. ------------------------------------------------------ **Office Use Only:** **From:** Crystal Jones **Email:** [email protected] **Telephone:** 818-555-5555 **IP Address:** 68.165.238.252 - 68.165.238.252 **Host Address:** h-68-165-238-252.lsanca54.dynamic.covad.net **Date and Time:** Fri Feb 1 2008 7:36:01 MST
>
> Copyright (c) 2008 [PhlauntHair](http://clients.overthehillweb.com/phlaunthair/phflauntshop/index.php?main_page=index)How can I correct this to add the line breaks??