Results 1 to 10 of 18

Hybrid View

  1. #1
    Join Date
    Dec 2007
    Posts
    31
    Plugin Contributions
    0

    Default change "banner" on welcome and order confirm emails

    I was giving my new site a "test run" by registering as a customer and placing and "order". All appeared to work as desired, until I checked the resultant emails I received. The "Welcome" and "Order Confirmation" emails both have "headers" which are the standard Zen Cart logo and image!

    I had changed the #logoWrapper in the CSS for my site using my own image, but that isn't what is showing up on the top of the emails.

    Can anyone direct me to the "place", template, etc. that I need to make this correction?

    Thanks in advance,

    Ed

  2. #2
    Join Date
    Nov 2007
    Posts
    10
    Plugin Contributions
    0

    Default Re: change "banner" on welcome and order confirm emails

    I love to know where to change out that banner/logo too...

    anyone?

  3. #3
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: change "banner" on welcome and order confirm emails

    Quote Originally Posted by MT Ed View Post
    I was giving my new site a "test run" by registering as a customer and placing and "order". All appeared to work as desired, until I checked the resultant emails I received. The "Welcome" and "Order Confirmation" emails both have "headers" which are the standard Zen Cart logo and image!

    I had changed the #logoWrapper in the CSS for my site using my own image, but that isn't what is showing up on the top of the emails.

    Can anyone direct me to the "place", template, etc. that I need to make this correction?

    Thanks in advance,

    Ed
    Quote Originally Posted by Ren View Post
    I love to know where to change out that banner/logo too...

    anyone?
    rename your logo.gif to header.jpg and place it in the email folder and upload to your server

  4. #4
    Join Date
    Oct 2007
    Location
    Fairbanks, Alaska
    Posts
    426
    Plugin Contributions
    0

    Default Re: change "banner" on welcome and order confirm emails

    ok I changed the file header.jpg to my logo, but the zen-cart logo still shows up as the logo on the welcome emails, but the file in the email directory named header.jpg is my logo, whats up with this is it pulling the image from somewhere else?

    www.gooeee.com
    Last edited by colemanpa; 4 Feb 2008 at 08:13 PM. Reason: changed something

  5. #5
    Join Date
    Oct 2007
    Location
    Fairbanks, Alaska
    Posts
    426
    Plugin Contributions
    0

    Default Re: change "banner" on welcome and order confirm emails

    ok it's fixed, for some reason it took about an hour and then all the emails changed to the right logo... weird

  6. #6
    Join Date
    Oct 2007
    Location
    Fairbanks, Alaska
    Posts
    426
    Plugin Contributions
    0

    Default Re: change "banner" on welcome and order confirm emails

    ok I'm back I got the logo to work but I needed to change the size of the e-mails to fit the html code from advert so it took a few adjustments and I had to change the width in ever e-mail in the email directory to make list work, the only problem seems to be with the order page in the middle there a gray box with the shipping address but the right side is outside the right margin, you can check it out by creating an account, put something in the cart and checkout with moneyorder, don't worry I will delete it, and can you override this directory and if so how? here is the orders file if anyone could help that would be get, I have tried everything with this file;

    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=$CHARSET" />
    <base href="$BASE_HREF" />

    <style type="text/css">
    body {background-color:#ffffff; color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; text-align:center;}
    a:link {color:#0066cc;}
    a:hover {background-color:#eeeecc; color:#0066cc;}
    a:visited {color:#0066cc;}
    .holder {background-color:#f9f9f9; border:1px solid #9a9a9a; font-size:9px; text-align:left; width:635px;}
    .header {font-size:10px; padding:0px; width:635px;}
    .content {font-size:10px; padding:5px; width:550px;}
    .footer {border-top:1px solid #9a9a9a; font-size:9px; margin-top:10px; text-align:center; width:635px;}
    .disclaimer {background-color:#f9f9f9; border:1px solid #cccccc; font-size:10px; margin-top:10px; padding:5px; width:625px;}
    .disclaimer1 {color:#666666; padding:5px;}
    .disclaimer1 a:link {color:#666666;}
    .disclaimer1 a:visited {color:#666666;}
    .disclaimer2 {color:#666666; padding:5px;}
    .copyright {border-bottom:0px solid #9a9a9a; padding:5px;}
    </style>

    </head>

    <body>
    <div class="holder">

    <!-- Header Section -->
    <div class="header">
    <img src="email/header.jpg" alt="logo" />
    </div>


    <!-- Content Section -->
    <div class="content">
    <div>Dear $EMAIL_CUSTOMERS_NAME,</div>
    <div>$EMAIL_STORE_NAME</div>
    <div>$EMAIL_TEXT_ORDER_NUMBER</div>
    <div>$EMAIL_TEXT_INVOICE_URL</div>
    <div>$EMAIL_TEXT_DATE_ORDERED</div>
    <div>$EMAIL_TEXT_STATUS_COMMENTS</div>
    <div>$EMAIL_TEXT_STATUS_UPDATED</div>
    <div>$EMAIL_TEXT_STATUS_LABEL</div>
    <div>$EMAIL_TEXT_STATUS_PLEASE_REPLY</div>
    </div>


    <!-- Footer Section -->
    <div class="footer">
    <div class="copyright">$EMAIL_FOOTER_COPYRIGHT</div>
    </div>

    </div>
    <div class="disclaimer">
    <div class="disclaimer1">$EMAIL_DISCLAIMER</div>
    <div class="disclaimer2">$EMAIL_SPAM_DISCLAIMER</div>
    </div>
    </body>
    </html>
    Last edited by colemanpa; 5 Feb 2008 at 01:44 AM. Reason: added text

  7. #7
    Join Date
    Sep 2006
    Posts
    449
    Plugin Contributions
    0

    Default Re: change "banner" on welcome and order confirm emails

    I have read all of the info here, but am afraid I am not as skilled as the rest of you :) For instance, what file do the changes need to take place in? Is there a FAQ that takes me through this step by step? I am a kinda step by step girl :)

    help please :)

    thanks!
    Kristi

 

 

Similar Threads

  1. v150 "Admin Settings" and "Email Welcome" not showing up under Tools Menu
    By chad2012 in forum Installing on a Mac Server
    Replies: 2
    Last Post: 28 Jan 2012, 07:56 PM
  2. v139h Welcome Emails (HTML format only) missing all letter "n"
    By LouisesSweets in forum General Questions
    Replies: 14
    Last Post: 13 Jan 2012, 11:54 PM
  3. How to change text in "Order Confirmation" and "Welcome to our Store" page?
    By SandraSD in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 15 Mar 2011, 03:59 AM
  4. Replies: 1
    Last Post: 27 Mar 2009, 02:05 PM
  5. Deleting "Congratulations!" and "Welcome Guest!" Lines
    By Drewster in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 22 Jan 2008, 05:47 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