LORENA Posted January 17, 2006 Posted January 17, 2006 Hi there, I just want to change the 'EMAIL_TEXT' bit of the code, and all my tentatives resulted me in a parse error... I only used normal text and <p> or <br> to make spaces. I think my oscommerce version is jinxed! Please, some help would be much apreciated. thanks Lorena
Guest Posted January 17, 2006 Posted January 17, 2006 don't use html, i use plain line breaks... like this and it works fine :)
LORENA Posted January 17, 2006 Author Posted January 17, 2006 don't use html, i use plain line breaks... like this and it works fine :) Thanks, I just tried that, and now I have a blank page...no error but no page! What can I do?? Cheers Lorena
Guest Posted January 17, 2006 Posted January 17, 2006 Thanks, I just tried that, and now I have a blank page...no error but no page!What can I do?? Cheers Lorena Where are you trying to change it at? My includes/language/english/create_account.php look for --- define('EMAIL_TEXT', 'You can now take part in the <b>various services</b> we have to offer you. Some of these services include:' . "\n\n" . '<li><b>Permanent Cart</b> - Any products added to your online cart remain there until you remove them, or check them out.' . "\n" . '<li><b>Address Book</b> - We can now deliver your products to another address other than yours! This is perfect to send birthday gifts direct to the birthday-person themselves.' . "\n" . '<li><b>Order History</b> - View your history of purchases that you have made with us.' . "\n" . '<li><b>Products Reviews</b> - Share your opinions on products with our other customers.' . "\n\n"); Change it how you want to.. -- Mindy
Recommended Posts
Archived
This topic is now archived and is closed to further replies.