Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2005
    Posts
    202
    Plugin Contributions
    0

    problem with status update email

    When i update an order
    and send the update to customer
    in this email i have :
    New Status: Shipped Shipped
    As you can see the status is write twice.

    where i can check and fix this problem.

    is it a bug? or misconfiguration ?

    i use 1.3.0.2

  2. #2
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,294
    Plugin Contributions
    1

    Default Re: problem with status update email

    V1.3.0.2 had fixed for this.
    Email Order Status, HTML
    A New Starter again

  3. #3
    Join Date
    Aug 2005
    Posts
    202
    Plugin Contributions
    0

    Default Re: problem with status update email

    Quote Originally Posted by seethrou
    V1.3.0.2 had fixed for this.
    Email Order Status, HTML
    well
    strange
    i have v1.3.0.2

    will check it out.

    thanks
    Last edited by Zapisto; 21 Jul 2006 at 07:43 PM.

  4. #4
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,294
    Plugin Contributions
    1

    Default Re: problem with status update email

    Oops!

    Sorry, I had only checked the file for the text mail.

    However, have already checked the HTML and it still in there.

    Backup first!

    Its in the file:
    /email/email_template_order_status.html

    around Line 43
    Code:
        <div>$EMAIL_TEXT_STATUS_LABEL $EMAIL_TEXT_NEW_STATUS</div>
    change it to:
    Code:
        <div>$EMAIL_TEXT_STATUS_LABEL</div>
    A New Starter again

  5. #5
    Join Date
    Aug 2005
    Posts
    202
    Plugin Contributions
    0

    Default Re: problem with status update email

    Hi
    Thanks.
    I did this change, was under the impression this was fixed on 1.3.0.2, apparently not.

    thanks

 

 

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
  •