KASR Posted July 15, 2003 Posted July 15, 2003 Here is how the email appears once the order is set to processing: PantherVideoStore ------------------------------------------------------ Order Number: 1258 Detailed Invoice: https://myserver.com/~pantzsxs/catalog/account_history_info.php?order_id=**** Date Ordered: Tuesday 15 July, 2003 EMAIL_TEXT_COMMENTS_UPDATE Your order has been updated to the following status. New status: Processing Please reply to this email if you have any questions. I want to get rid of the underscores between the text on "EMAIL_TEXT_COMMENTS_UPDATE" Where do I go to change that??? KASR
Guest Posted July 15, 2003 Posted July 15, 2003 that wording is part of the code, changing it will stop the email , and give you an error message
Guest Posted July 15, 2003 Posted July 15, 2003 define('EMAIL_TEXT_COMMENTS_UPDATE', 'E-Mail Text Comments Update'); in includes/languages/english.php, the appropriate file in includes/languages/english, or either of the preceding in another language. Or more generally, put whatever you want in the second pair of '. Good luck, Matt
Recommended Posts
Archived
This topic is now archived and is closed to further replies.