Results 1 to 3 of 3
  1. #1
    Join Date
    May 2011
    Location
    Tennessee
    Posts
    377
    Plugin Contributions
    0

    Default $email_text_status_comments

    Trying to change the email comments in the emails sent to customers when I change the order status. It looks like the template uses $EMAIL_TEXT_STATUS_COMMENTS but the Developer Tool Kit does not find where it is populated.

    Can anyone tell me where $EMAIL_TEXT_STATUS_COMMENTS is populated?

  2. #2
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,690
    Plugin Contributions
    9

    Default Re: $email_text_status_comments

    do you have encrypted master password installed?

    it looks like:

    includes/functions/extra_functions/osh_updated_by_functions.php

    but that script is part of an additional plugin and not part of the base ZC.

    best.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  3. #3
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: $email_text_status_comments

    Quote Originally Posted by jodean View Post
    Can anyone tell me where $EMAIL_TEXT_STATUS_COMMENTS is populated?
    Look in your admin orders.php for lines such as;
    Code:
    $html_msg['EMAIL_TEXT_STATUS_COMMENTS'] = nl2br($notify_comments);
    this is where it gains the info created from your comments.

    In your email template folder look for the email_template_order_status.html
    should be a line something like this..
    Code:
    <div class="content-line">$EMAIL_TEXT_STATUS_COMMENTS</div>
    which displays your comments.. you can add or modify this line like;
    Code:
    <div class="content-line">Order Comments: $EMAIL_TEXT_STATUS_COMMENTS</div>
    Dave
    Always forward thinking... Lost my mind!

 

 

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