Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2006
    Posts
    405
    Plugin Contributions
    0

    Default change/edit text in email 'order update#'

    Hi all,

    I would like to change the text in the email, which the customer gets when the order status changes, for example:


    Store owner
    ------------------------------------------------------
    Order Number: xx
    Detailed Invoice:
    link to the website
    Date Ordered: Friday 09 February, 2007
    The comments for your order are: test123456789
    Your order has been updated to the following status:
    New status: Pending
    Please reply to this email if you have any questions.
    Actually I need this in spanish, so where can i find the file to translate it?

    Thank you very much in advanced.

    Best regards,
    Kruna

  2. #2
    Join Date
    Sep 2004
    Location
    Western Massachusetts
    Posts
    2,945
    Plugin Contributions
    5

    Default Re: change/edit text in email 'order update#'

    admin/includes/languages/english/orders.php
    Code:
    define('EMAIL_SEPARATOR', '------------------------------------------------------');
    define('EMAIL_TEXT_SUBJECT', 'Order Update');
    define('EMAIL_TEXT_ORDER_NUMBER', 'Order Number:');
    define('EMAIL_TEXT_INVOICE_URL', 'Detailed Invoice:');
    define('EMAIL_TEXT_DATE_ORDERED', 'Date Ordered:');
    define('EMAIL_TEXT_COMMENTS_UPDATE', '<em>The comments for your order are: </em>');
    define('EMAIL_TEXT_STATUS_UPDATED', 'Your order has been updated to the following status:' . "\n");
    define('EMAIL_TEXT_STATUS_LABEL', '<strong>New status:</strong> %s' . "\n\n");
    define('EMAIL_TEXT_STATUS_PLEASE_REPLY', 'Please reply to this email if you have any questions.' . "\n");
    spanish translation (if there is one) would be at admin/includes/languages/spanish/orders.php
    Neville
    An assumption is what you arrive at when you get tired of thinking...

  3. #3
    Join Date
    Sep 2006
    Posts
    405
    Plugin Contributions
    0

    Default Re: change/edit text in email 'order update#'

    Hi Bunyip,

    thank you very much...exactly what I needed and I found it also in spanish, but why do i get an english email though?

    Have you an idea?

    Best regards,
    Kruna

  4. #4
    Join Date
    Sep 2004
    Location
    Western Massachusetts
    Posts
    2,945
    Plugin Contributions
    5

    Default Re: change/edit text in email 'order update#'

    Is your admin session in English or Spanish?

    Email should be sent in whatever language you're currently using in Admin.
    Neville
    An assumption is what you arrive at when you get tired of thinking...

  5. #5
    Join Date
    Sep 2006
    Posts
    405
    Plugin Contributions
    0

    Default Re: change/edit text in email 'order update#'

    Hi bunyip,

    I see...and here comes my next problem:
    somehow I cant see the orders in spanish...I have to switch to english language to sse them....this would be the reason why it sends out emails in english....any idea how to chnage that or maybe whom I can ask else?

    Thank you very much for your help.

    Regards,
    Kruna

 

 

Similar Threads

  1. v139h Change Order Status Name and Change Email Text
    By traytray in forum General Questions
    Replies: 0
    Last Post: 10 Nov 2013, 04:29 AM
  2. Change Email Subject of Status Update Messages e.g. Order Update XXXX
    By apemusic in forum Managing Customers and Orders
    Replies: 4
    Last Post: 13 Oct 2010, 08:42 AM
  3. Where is update order email html? to edit appearance
    By gcampos in forum General Questions
    Replies: 9
    Last Post: 19 Apr 2008, 02:38 AM
  4. How To Change Order Update Email Text
    By jackibar in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 19 Mar 2008, 07:40 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