Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2007
    Posts
    29
    Plugin Contributions
    0

    Default Order confirmation email

    Hello all,
    In the standard confirmation email the comments line has no header and it's easy to miss. The client has requested to have a header before that section (saying something like "Order Comments" followed by teh standard separator). Can someone walk me through the steps to add this?

    Thank you so much!
    Leah

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: Order confirmation email

    In a standar install of ZC, if there ARE comments from a customer in an order, these are shown on the order confirmation e-mail in a "bright pink" box (div).

    This is governed by the following declaration in the email styles data:-

    Code:
    .comments {background-color:#FF6699; border:1px #9a9a9a; width:542px; padding:2px; font-size:10px; }
    You can put in a header quite easily, by "hard-coding" it into the appropriate place in the email's html...

    Just open:

    /email/email_template_checkout.html

    ... and insert proper html-formatted code into the comments div.
    20 years a Zencart User

 

 

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 Preview welcome email and order confirmation email
    By tips007 in forum General Questions
    Replies: 1
    Last Post: 18 Jan 2013, 10:52 PM
  3. welcome email problem and order confirmation email problems
    By oneelios in forum General Questions
    Replies: 1
    Last Post: 22 Jan 2010, 11:18 AM
  4. Replies: 4
    Last Post: 9 Jun 2009, 08:17 PM
  5. How do I Edit Order of Order Totals in Order Confirmation Email?
    By toussi in forum Managing Customers and Orders
    Replies: 1
    Last Post: 20 Mar 2009, 08:05 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