Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Email notifications, change 'Delivered' to 'Dispatched'

Email notifications, change 'Delivered' to 'Dispatched'

Locked

Views: 2,297

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
5 Mar 2009, 3:36 PM
#1
dunk avatar

dunk

Zen Follower

Join Date:
Dec 2007
Location:
London
Posts:
184
Plugin Contributions:
0

Email notifications, change 'Delivered' to 'Dispatched'

Hi,

When updating an order status and notifying the customer (from the drop down menu on the edit order screen) we'd like the email notification to tell the customer that their order has been "Dispatched" rather than "Delivered".

How do I do this? I've just done a search in the developers tool kit and can't find any instance of the word "Delivered". :unsure:

5 Mar 2009, 3:40 PM
#2
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Email notifications, change 'Delivered' to 'Dispatched'

Dunk:

I've just done a search in the developers tool kit and can't find any instance of the word "Delivered". :unsure:

That's because it's in the database - not in the files. :smile:

Try:

Admin>>>Localisation>>>Order Status...

(Edit your description as necessary).


Basic rule is... if something's appearing in a drop-down, chances are it's in the dbase, not a core file... and that then suggests a possible solution lies in the admin panel somewhere.

5 Mar 2009, 6:51 PM
#3
dunk avatar

dunk

Zen Follower

Join Date:
Dec 2007
Location:
London
Posts:
184
Plugin Contributions:
0

Re: Email notifications, change 'Delivered' to 'Dispatched'

Duh! Staring me in the face!

Thanks for that, much appreciated!