Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  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
    Jan 2009
    Posts
    8
    Plugin Contributions
    0

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

    OK, we just upgraded to v1.3.8 and now I have this exact same problem. My header.jpg is definitely my logo and it is definitely on my site. However, I've waited all day and it still isn't working. I get the Zencart logo with all emails instead of my logo.

    I'm quite frustrated as I am reading the code and it says it's looking for this logo in this place but I'm still getting Zencart.

    Unfortunately I didn't create this site and many of the original files have been modified instead of copied and saved into custom folders. Is it possible that there is another file that I should check or change?

    Everything that I have read so far says that what I have done should work. Any help would be appreciated, thanks!

    Sue

  8. #8
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

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

    And the image for:
    email/header.jpg

    did you update that to your image?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  9. #9
    Join Date
    Jan 2009
    Posts
    8
    Plugin Contributions
    0

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

    Thanks, it had worked but due to caching it just took a bit longer to come thru than I expected.

    Thank you to all the people who have posted their problems and resolutions on this site. I know this is the first time I've posted something, however, this site has been absolutely invaluable in solving issues that would have taken me much longer to figure out on my own.

    Sue

  10. #10
    Join Date
    Feb 2006
    Location
    UK
    Posts
    6
    Plugin Contributions
    0

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

    I was trying to do the same thing and couldn't get it to change the logo to the correct one. I found it seems to be outlook that was caching the picy. Once I closed outlook and re-opened it, the new logo was there.

    Thought that might help someone.

 

 
Page 1 of 2 12 LastLast

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