Results 1 to 10 of 10

Hybrid View

  1. #1
    Join Date
    Jan 2006
    Posts
    55
    Plugin Contributions
    0

    Default Re: Change Order Confirmation Email...

    Can anyone help with this? Please.

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Change Order Confirmation Email...

    A couple ways to do it.
    I recommend option 1 or 3, since you indicated that you don't use the Zen Cart admin area for order-processing:

    1. When printing, don't just click the "print" icon in Outlook ... press Ctrl-P and tell it just to print pages 1 to 1, instead of 1 to 2.
    That's the fastest way, but must be done one-by-one.

    2. You could edit the /admin/invoice.php in order to adjust the invoice-printing layout accessible via the Admin. You could also adjust /admin/packingslip.php similarly. This would require that you actually use the Zen Cart admin area for printing and order-processing.

    3. If you only want to skip the office-use-only section, and you're using HTML-formatted emails, you could edit your /email/email_template_checkout.html file and add this:
    Code:
    <style type="text/css" media="print">
    .extra-info {display: none; }
    </style>
    just above the line that says this:
    Code:
    </head>
    That should stop the "extra-info" section from printing, assuming your email client honors the "print" stylesheet directives. Outlook is probably fine with that. Other email clients may not.

    4. If you want to prevent the extra-info section from even being sent in the HTML emails, you could edit /includes/classes/order.php and change this:
    Code:
          $html_msg['EXTRA_INFO'] = $extra_info['HTML'];
    to this:
    Code:
          $html_msg['EXTRA_INFO'] = '';
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    May 2005
    Location
    Toronto, Ontario, Canada
    Posts
    42
    Plugin Contributions
    0

    Default Re: Change Order Confirmation Email...

    My problem is quite the opposite - I need that extra information (IP address, phone number, etc.) in the confirmation e-mail, but for whatever reason it doesn't work (i.e. $extra_info is null / blank).

    It's a clean install ZC 1.3.7.

    The files responsible for this functionality are not modified in any way - the e-mail template does contain EXTRA_INFO and /includes/classes/order.php has the code that is supposed to generate it.

    If "Email Archiving" is enabled, the extra info IS stored in the database.

    E-mail format I'm using is HTML, but it DOES show up in TEXT format.

    Any ideas?

  4. #4
    Join Date
    Jun 2005
    Posts
    39
    Plugin Contributions
    0

    Default Re: Change Order Confirmation Email...

    Quote Originally Posted by DanTheMan View Post
    My problem is quite the opposite - I need that extra information (IP address, phone number, etc.) in the confirmation e-mail, but for whatever reason it doesn't work (i.e. $extra_info is null / blank).

    It's a clean install ZC 1.3.7.

    The files responsible for this functionality are not modified in any way - the e-mail template does contain EXTRA_INFO and /includes/classes/order.php has the code that is supposed to generate it.

    If "Email Archiving" is enabled, the extra info IS stored in the database.

    E-mail format I'm using is HTML, but it DOES show up in TEXT format.

    Any ideas?
    It seems that I have the same problem with my 1.3.7 installation. Extra info shows fine in TEXT e-mails but not in HTML
    How can I show the extra info underneath in the HTML confirmation e-mail?

  5. #5
    Join Date
    Mar 2005
    Posts
    229
    Plugin Contributions
    0

    Default Re: Change Order Confirmation Email...

    Same here !!!

    any help would be appreciated.

  6. #6
    Join Date
    Mar 2005
    Posts
    229
    Plugin Contributions
    0

    Default Re: Change Order Confirmation Email...

    DanTheMan and Slitter,

    I've made anew thread for this specific bug

    http://www.zen-cart.com/forum/showthread.php?t=67618

    CU

    Hubert

  7. #7
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Change Order Confirmation Email...

    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. v151 How to Change order fields package slip/email confirmation order?
    By Marcel Wiegers in forum General Questions
    Replies: 1
    Last Post: 5 Dec 2013, 11:22 AM
  2. v151 Unable to change Order Confirmation Email Text
    By yeah! in forum Templates, Stylesheets, Page Layout
    Replies: 19
    Last Post: 7 Jan 2013, 06:33 AM
  3. change order confirmation email product details
    By stormieau in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Apr 2009, 09:03 PM
  4. Change my email address in order confirmation
    By starrydesigns in forum Managing Customers and Orders
    Replies: 5
    Last Post: 10 May 2008, 04:46 PM

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