Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    May 2007
    Posts
    95
    Plugin Contributions
    0

    Default Welcome email logo

    I replaced the header.jpg under the email folder.
    When i log on as admin and view the email welcome page i see my logo; but when I create an account, in the email which i receive see the zencart logo.

    How can I solve this issue?

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

    Default Re: Welcome email logo

    When you open the email in your email program, press F5, or choose Refresh from the menu bar. The image is cached and needs to be refreshed.
    .

    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
    Aug 2007
    Posts
    33
    Plugin Contributions
    0

    Default Re: Welcome email logo

    When i log on as admin and view the email welcome page i see my logo; but when I create an account, in the email which i receive see the zencart logo.
    I am experiencing a similar problem. When I preview the email welcome page I see my logo, having saved my logo as the header.jpg file. The emails I send, however, just have the box with the red x and the logo alt tag.

    I searched through other thread on this topic and found this

    I had problems showing the logo in the emails sent by the system so I changed

    <img src="email/header.jpg" alt="logo" />
    to
    <img src="$BASE_HREFemail/header.jpg" alt="logo" />

    and it works fine now.
    but I cannot find the "email/header.jpg" in my code. So now I've confused myself.

    Any suggestions?

    Thanks

    -the redhead-

  4. #4
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Welcome email logo

    Um, if your emails are looking for the image file, but you can't find that image file on your server, then that would completely explain why your emails are showing a little red X ... because the email program can't find the non-existent file either.

    Thus, you'll need to upload a suitable image so that it's no longer "missing".
    .

    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.

  5. #5
    Join Date
    Aug 2007
    Posts
    33
    Plugin Contributions
    0

    Default Re: Welcome email logo

    Um, if your emails are looking for the image file, but you can't find that image file on your server, then that would completely explain why your emails are showing a little red X ... because the email program can't find the non-existent file either.
    The image is on the server in the correct place. http://redstoneyarns.com/email/header.jpg When I preview the email welcome page I see my logo, having saved my logo as the header.jpg file. The emails I send, however, just have the box with the red x and the logo alt tag.

    -the redhead-

  6. #6
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Welcome email logo

    How does your /email/email_template_welcome.html file compare with the one from the original Zen Cart file set?
    .

    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.

  7. #7
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Welcome email logo

    You need to view the Source of the eMail, using whatever eMail program is on your computer. Then check to see if the Header image URL is http://redstoneyarns.com/email/header.jpg.

    If it is;

    - you could have a setting within your eMail program to prevent images from showing. Can you see images in other eMails using HTML with images?

    - could be the Server or your Hosting account has protection setup against Bandwidth theft and/or Hotlinking. In cPanel for example there is a feature called "HotLink Protection". If it is enabled, no images from your site will be seen in eMails you send.

  8. #8
    Join Date
    Dec 2004
    Location
    Canada
    Posts
    58
    Plugin Contributions
    1

    Default Re: Welcome email logo

    There's a strange behavior in my Zen-Cart 1.38a
    The customer gets the /shop/email/header.jpg file
    The file I see in Admin view is /shop/admin/email/header.jpg

    I had to copy it there to make it visible in admin view.

  9. #9
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Welcome email logo

    Quote Originally Posted by ranbir View Post
    There's a strange behavior in my Zen-Cart 1.38a
    The customer gets the /shop/email/header.jpg file
    The file I see in Admin view is /shop/admin/email/header.jpg

    I had to copy it there to make it visible in admin view.
    Well, it shouldn't, and doesn't, normally do that, but keep in mind that the admin view is something that ONLY YOU will ever see.
    .

    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.

  10. #10
    Join Date
    Dec 2004
    Location
    Canada
    Posts
    58
    Plugin Contributions
    1

    Default Re: Welcome email logo

    yes, maybe it shouldn't. But the path is email/header.jpg and since I'm running the normal e-mail template in admin, the directories get confused. The same problem as dealing with Iframes :)

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. welcome email still uses old logo
    By hara in forum General Questions
    Replies: 4
    Last Post: 2 Jul 2011, 09:21 PM
  2. welcome email problem and order confirmation email problems
    By oneelios in forum General Questions
    Replies: 1
    Last Post: 22 Jan 2010, 11:18 AM
  3. Welcome Email Logo
    By thecatinthetree in forum General Questions
    Replies: 2
    Last Post: 10 Sep 2007, 04:18 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