Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default how to add notice to confirmation email

    How do I add a notice to the confirmation email? It is a temporary shipping notice that orders received between X and X will not be shipped till X. I would like to add the notice right above this line.

    Products
    ------------------------------------------------------

    thanks.

  2. #2
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: how to add notice to confirmation email

    Find includes\languages\english\checkout_process.php

    Override it as..

    includes\languages\english\your_template\checkout_process.php

    Change this line:
    PHP Code:
    define('EMAIL_TEXT_PRODUCTS''Products'); 
    to..

    PHP Code:
    define('EMAIL_TEXT_PRODUCTS''Orders received between X and X will not be shipped till X<br /><br />Products'); 

  3. #3
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: how to add notice to confirmation email

    Thanks for the quick reply. I will give it a shot.

  4. #4
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: how to add notice to confirmation email

    The notice added but the spacing <br/> <br/> for the Products is not working. Instead of moving Products down a space, it just ignores the <br/> and puts it at the end of the notice.

    Any other idea how to get the spacing?

    Thanks.

  5. #5
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: how to add notice to confirmation email

    Sorry, I wasn't 100% on the <BR> thing.

    This might work better..

    PHP Code:
    define('EMAIL_TEXT_PRODUCTS''Orders received between X and X will not be shipped till X' "\n\n" 'Products'); 

  6. #6
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: how to add notice to confirmation email

    Hmmm. nope this breaks the cart.

    [FONT=Courier New]define('EMAIL_TEXT_PRODUCTS', 'Orders received between X and X will not be shipped till X' . "\n\n" . 'Products');[/FONT]
    Last edited by gsdcypher; 29 May 2008 at 07:03 PM.

  7. #7
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: how to add notice to confirmation email

    This IS the answer:
    PHP Code:
    define('EMAIL_TEXT_PRODUCTS''Orders received between X and X will not be shipped till X' "<br /><br />" 'Products'); 

  8. #8
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: how to add notice to confirmation email

    Rats. Nope that breaks the cart also:

    [FONT=Courier New]define('EMAIL_TEXT_PRODUCTS', 'Orders received between X and X will not be shipped till X' . "<br /><br />" . 'Products');[/FONT]

  9. #9
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: how to add notice to confirmation email

    Really? I have code on my site exactly the same as that and it works fine.

  10. #10
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: how to add notice to confirmation email

    Yep it breaks the final confirmation page. It comes up blank. Weird huh?

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v139h How do I add a link to confirmation email?
    By Chargin in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 Nov 2012, 02:37 PM
  2. How to add a field to the Confirmation Email?
    By kbradley in forum General Questions
    Replies: 4
    Last Post: 19 May 2010, 03:08 AM
  3. How to add referral info to create account email notice?
    By sandratampa in forum General Questions
    Replies: 0
    Last Post: 9 Jan 2010, 08:14 PM
  4. How to add content to order confirmation email?
    By Ralf Skirr in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 3 Dec 2009, 10:37 AM
  5. How to override header_php.php or how to add a new field to order confirmation email
    By monkeytown in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 25 Jan 2008, 06:01 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR