Guest Posted June 3, 2008 Share Posted June 3, 2008 How do I bold (<bold>) the Update status in the outgoing email to the customer to make it easier to read? Link to comment Share on other sites More sharing options...
germ Posted June 4, 2008 Share Posted June 4, 2008 I'm just speculating.... Looking at the code.... I'd start in /admin/includes/languages/english/orders.php Change this code: define('EMAIL_TEXT_STATUS_UPDATE', 'Your order has been updated to the following status.' . "\n\n" . 'New status: %s' . "\n\n" . 'Please reply to this email if you have any questions.' . "\n"); to define('EMAIL_TEXT_STATUS_UPDATE', 'Your order has been updated to the following status.' . "\n\n" . 'New status: <b>%s</b>' . "\n\n" . 'Please reply to this email if you have any questions.' . "\n"); If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Guest Posted June 4, 2008 Share Posted June 4, 2008 I'm sorry, that didn't work. Nor did id work when I replaced <b></b> with <strong></strong>. Link to comment Share on other sites More sharing options...
germ Posted June 4, 2008 Share Posted June 4, 2008 So.... What did the email look like in that area? :unsure: If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Guest Posted June 4, 2008 Share Posted June 4, 2008 xxxxxxx xxxxx ------------------------------------------------------ Order Number: 44 Detailed Invoice: https://www.xxxxx.com/account_history_info.php?order_id=44 Date Ordered: Monday 02 June, 2008 Serial Number :FGW-(WV)-2008-000061,FGW-(WV)-2008-000062,FGW-(WV)-2008-000063 The comments for your order are Your order has been updated to the following status. New status: Processing Please reply to this email if you have any questions. I'd like the status to be more easily seen. Link to comment Share on other sites More sharing options...
germ Posted June 4, 2008 Share Posted June 4, 2008 Email is such a fickle woman... <_< That was the right code in the right place..... I'm stumped.... :huh: If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
♥Vger Posted June 4, 2008 Share Posted June 4, 2008 Your recommendation would work for text on the website, but not within the email sent. osCommerce sends emails in plain text, without formatting. Even if you changed it to html there's no guarantee that people would see it - different email clients work in different ways and many people have their mail programmes set to receive only in plain text (in which case they see all of the html markup). Vger Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.