Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2008
    Posts
    2
    Plugin Contributions
    0

    Default Remove order number from email

    When customers order, they got an email saying their order is completed, pending, etc

    THere is a line that say
    Order number #4
    How do i remove this line from all email that customers receive.

  2. #2
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,067
    Plugin Contributions
    0

    Default Re: Remove order number from email

    Quote Originally Posted by daman View Post
    When customers order, they got an email saying their order is completed, pending, etc

    THere is a line that say
    Order number #4
    How do i remove this line from all email that customers receive.
    root directory/ email/ email_template_order_status.html
    1. line 38 or so
    2. <div>$EMAIL_TEXT_ORDER_NUMBER</div>
    3. Change to:
    4. //<div>$EMAIL_TEXT_ORDER_NUMBER</div>


    Keep good notes here there is no custom folder here
    Mark
    Hare Do - Does the rabbit beat Zen "never".
    Zen Cart 1.5.1 Update Release Need help Purchase the Book

  3. #3
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,974
    Plugin Contributions
    0

    Default Re: Remove order number from email

    Quote Originally Posted by haredo View Post
    root directory/ email/ email_template_order_status.html
    1. line 38 or so
    2. <div>$EMAIL_TEXT_ORDER_NUMBER</div>
    3. Change to:
    4. //<div>$EMAIL_TEXT_ORDER_NUMBER</div>


    Keep good notes here there is no custom folder here
    Haredo... am I right here.. ?

    // - is use for commenting out php
    <!-- HTML CODE HERE --> for commenting out html

  4. #4
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,974
    Plugin Contributions
    0

    Default Re: Remove order number from email

    Quote Originally Posted by daman View Post
    When customers order, they got an email saying their order is completed, pending, etc

    THere is a line that say
    Order number #4
    How do i remove this line from all email that customers receive.
    Daman... are you concerned that #4 is such a low number - suggesting to your shopper that they are only one of FOUR people who shopped ?

    You can change the order number to a much higher number (as high as you want) in ADMIN--TOOLS--STORE MANAGER.

    Remember... this is an important reference number for the customer... What if they need to call you and discuss it? The order number is its unique reference point.

  5. #5
    Join Date
    Jan 2008
    Posts
    1,711
    Plugin Contributions
    7

    Default Re: Remove order number from email

    I’m also curious as to why you would want to remove it.

    Also, if you want to remove it completely, don’t forget that it’s also present in the subject of these emails, and the checkout success page.

 

 

Similar Threads

  1. Adding The Order Number As Subject In Email
    By CelticKatt in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 12 Sep 2008, 02:13 PM
  2. remove model number from email
    By bean_2k1 in forum General Questions
    Replies: 2
    Last Post: 28 Mar 2007, 01:43 PM
  3. I want to remove Your Order Number is...
    By zoekool in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 29 Jan 2007, 04:17 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
  •