Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2008
    Posts
    332
    Plugin Contributions
    0

    Default Order Status Email Format

    This has been driving me nuts and I'm sure there is an easy answer for this but I have not been able to figure it out yet.

    On the order status email where it shows:
    "The comments for your order are:test"

    All I want to do is to have the actual comment start at the second line.

    I tried putting <br/> on the orders.php but all it did was add a space between the colon and the actual comment.

    Anybody know how to make the comments on the next line? Appreciate your help!

  2. #2
    Join Date
    Oct 2007
    Location
    Fairbanks, Alaska
    Posts
    426
    Plugin Contributions
    0

    Idea or Suggestion Re: Order Status Email Format

    did you try the tag for paragraph?

    pete

  3. #3
    Join Date
    Mar 2008
    Posts
    332
    Plugin Contributions
    0

    Default Re: Order Status Email Format

    I maybe changing the code on the wrong file. I am currently changing it on:

    admin\includes\languages\english\edit_orders.php

    I've tracked down the code as this:
    define('EMAIL_TEXT_COMMENTS_UPDATE', 'The comments for your order are' . "\n\n%s\n\n");

    and have tried this:
    define('EMAIL_TEXT_COMMENTS_UPDATE', 'The comments for your order are' . '<br/>' . "\n\n%s\n\n");

    which didn't work, I'm probably using the wrong tags. Where would you put the <p> tag?

  4. #4
    Join Date
    Mar 2008
    Posts
    332
    Plugin Contributions
    0

    Default Re: Order Status Email Format

    I found it!

    if anyone wants to change it. the correct file is in admin/includes/languages/english/orders.php

    change from:
    define('EMAIL_TEXT_COMMENTS_UPDATE', '<em>The comments for your order are:</em>' );

    to:
    define('EMAIL_TEXT_COMMENTS_UPDATE', '<em>The comments for your order are:</em>' . "\n");

 

 

Similar Threads

  1. v150 Customize order status email subject line to include status name
    By ShopVille in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 19 Oct 2015, 09:24 PM
  2. v151 New Order Email Admin Update order status missing?
    By wrickspam in forum Managing Customers and Orders
    Replies: 1
    Last Post: 7 May 2014, 09:46 PM
  3. Order Notification Email Change Format?
    By adolgin in forum Managing Customers and Orders
    Replies: 5
    Last Post: 26 Sep 2007, 01:51 PM
  4. Re-format order confirmation eMail
    By Stuff4Toys in forum General Questions
    Replies: 1
    Last Post: 23 Jun 2007, 01:10 AM

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