Zen Cart Logo
Forums / Customization from the Admin / Confirmation E-mail

Confirmation E-mail

Locked

Views: 1,189

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
1 Jun 2010, 5:53 AM
#1
larf2k avatar

larf2k

New Zenner

Join Date:
Jun 2010
Posts:
16
Plugin Contributions:
0

Confirmation E-mail

Pretty simple, but I can't find where to change the verbiage to the confirmation email. At a point in the email, it says "Your order has been updated. New status: Delivered."

All I want to do is change "delivered" to shipped. I found where the string is located (admin/includes/languages/english/orders.php) where it reads

define('EMAIL_TEXT_STATUS_LABEL', '<strong>New status:</strong> %s' . "\n\n");

Obviously, this %s is referring to something somewhere that I need to change, which I can't find.

Thanks in advance.

1 Jun 2010, 6:11 AM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,178
Plugin Contributions:
0

Re: Confirmation E-mail

larf2k:

Pretty simple, but I can't find where to change the verbiage to the confirmation email. At a point in the email, it says "Your order has been updated. New status: Delivered."

All I want to do is change "delivered" to shipped. I found where the string is located (admin/includes/languages/english/orders.php) where it reads.

Lets try this:

  1. admin panel/ tools/ developers tools kit. Search for parts or a distinctive word that is in the email and here you will see the .php file to edit.. https://www.zen-cart.com/tutorials/index.php?article=39

  2. admin panel/ localization/ order status/ delivered... Just edit to change...

5 Jun 2010, 10:45 PM
#3
gam avatar

gam

Zen Follower

Join Date:
Aug 2007
Posts:
116
Plugin Contributions:
0

Re: Confirmation E-mail

larf2k:

Pretty simple, but I can't find where to change the verbiage to the confirmation email. At a point in the email, it says "Your order has been updated. New status: Delivered."

All I want to do is change "delivered" to shipped. I found where the string is located (admin/includes/languages/english/orders.php) where it reads

define('EMAIL_TEXT_STATUS_LABEL', '<strong>New status:</strong> %s' . "\n\n");

> 
> Obviously, this %s is referring to something somewhere that I need to change, which I can't find.  
> 
> Thanks in advance.

I just changed this same thing recently... I changed the actual status in the database i.e., status 3 - Delivered is now 3 - Shipped.

DB Table is Order_Status iirc.

Cheers
GAM