Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2007
    Posts
    513
    Plugin Contributions
    2

    Default Add 'Customers Name' to 'Customer Status Updated' email.

    I am looking for a way to add 'Customers Name' to 'Customer Status Updated' email.

    e.g.
    Dear Customers Name,
    Customer Status Updated
    Your customer status has been approved. We look forward to your business.
    ....

  2. #2
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Add 'Customers Name' to 'Customer Status Updated' email.

    This is the line that handles the text-only email message for that action:
    /admin/customers.php, line 80:
    $message = EMAIL_CUSTOMER_STATUS_CHANGE_MESSAGE;
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Feb 2007
    Posts
    513
    Plugin Contributions
    2

    Default Re: Add 'Customers Name' to 'Customer Status Updated' email.

    Thank you!

    For HTML messages:
    CHANGE
    $html_msg['EMAIL_MESSAGE_HTML'] = EMAIL_CUSTOMER_STATUS_CHANGE_MESSAGE ;
    TO
    $html_msg['EMAIL_MESSAGE_HTML'] = '<br>Dear ' . $custinfo->fields['customers_firstname'] . ',<br>' . EMAIL_CUSTOMER_STATUS_CHANGE_MESSAGE ;

 

 

Similar Threads

  1. Replies: 0
    Last Post: 17 Oct 2013, 04:32 PM
  2. when does the "Customer Status Updated" email go out?
    By codrguy in forum General Questions
    Replies: 1
    Last Post: 10 Mar 2011, 12:02 AM
  3. Customer status updated email
    By rockmellon in forum General Questions
    Replies: 2
    Last Post: 13 Sep 2009, 04:34 AM
  4. Updated status but invoice status not updated
    By bax79 in forum Managing Customers and Orders
    Replies: 1
    Last Post: 6 May 2009, 03:53 PM
  5. Change 'Customer Status Updated' Email
    By xt0rt in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 21 Aug 2008, 08:12 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR