Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Bold Status Update in Orders.php


Guest

Recommended Posts

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

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

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...