Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2010
    Posts
    16
    Plugin Contributions
    0

    Default 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

    Code:
    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.

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Confirmation E-mail

    Quote Originally Posted by larf2k View Post
    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...

  3. #3
    Join Date
    Aug 2007
    Posts
    118
    Plugin Contributions
    0

    Default Re: Confirmation E-mail

    Quote Originally Posted by larf2k View Post
    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

    Code:
    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

 

 

Similar Threads

  1. Mail confirmation to admin
    By Sarah_77 in forum General Questions
    Replies: 3
    Last Post: 28 Nov 2009, 05:01 PM
  2. Order Confirmation E-mail
    By Adds in forum General Questions
    Replies: 1
    Last Post: 28 Nov 2007, 11:12 PM
  3. E-mail Text on Confirmation e-mail
    By beth99 in forum General Questions
    Replies: 3
    Last Post: 18 Sep 2006, 02:37 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg