Zen Cart Logo
Forums / Basic Configuration / E-mail logo's won't change

E-mail logo's won't change

Views: 4,843

Results 1 to 20 of 30
29 Feb 2012, 5:11 PM
#1
bpoilspill avatar

bpoilspill

New Zenner

Join Date:
Jul 2011
Posts:
72
Plugin Contributions:
0

E-mail logo's won't change

For example, when I get notified an order has been placed, I get the e-mail, open it, and it shows the zen cart logo up top. I changed the picture in emails/header.jpg, but it's not changing. When I right click on the picture in e-mail, the image location is http://www.ponyrparts.com/email/header.jpg, yet, it's showing the zen cart logo when it should be my logo. What gives?

29 Feb 2012, 5:17 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: E-mail logo's won't change

It's cached.

Empty your browser's cache and your email client's cache, and restart your browser and your email client, and the new image will appear.

31 Jan 2013, 6:00 AM
#3
planetz avatar

planetz

New Zenner

Join Date:
Nov 2012
Location:
Singapore
Posts:
8
Plugin Contributions:
0

Re: E-mail logo's won't change

I am also having this issue. Even after clearing cache on email client and browser, it still doesn't work. Any other workable solution greatly appreciated.

31 Jan 2013, 6:04 AM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: E-mail logo's won't change

If the file on the server hasn't been changed, then the image in your emails won't be changed either.

18 Feb 2013, 9:47 AM
#5
karyn avatar

karyn

New Zenner

Join Date:
Jan 2006
Location:
Hooterville, Connecticut
Posts:
10
Plugin Contributions:
0

Re: E-mail logo's won't change

DrByte:

If the file on the server hasn't been changed, then the image in your emails won't be changed either.

I am having this same problem. The file has been changed on the server. If I link to it on my server, it shows the correct logo. I have refreshed both caches, and waited for it to fix itself ..2 days later, the emails are still showing the zen logo. I have also, changed the link in the emails to be the ull url instead of the email/header.jpg... still not working.

18 Feb 2013, 9:58 AM
#6
karyn avatar

karyn

New Zenner

Join Date:
Jan 2006
Location:
Hooterville, Connecticut
Posts:
10
Plugin Contributions:
0

Re: E-mail logo's won't change

Update: It was thunderbird.. I purchased a new email program and now it's working.

karyn:

I am having this same problem. The file has been changed on the server. If I link to it on my server, it shows the correct logo. I have refreshed both caches, and waited for it to fix itself ..2 days later, the emails are still showing the zen logo. I have also, changed the link in the emails to be the ull url instead of the email/header.jpg... still not working.

18 Feb 2013, 4:32 PM
#7
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: E-mail logo's won't change

karyn:

Update: It was thunderbird.. I purchased a new email program and now it's working.
Thanks for confirming that it was cached data in your email program that was causing the problem.

8 Mar 2013, 12:15 AM
#8
silverhd avatar

silverhd

Totally Zenned

Join Date:
Mar 2008
Location:
USA
Posts:
563
Plugin Contributions:
0

Re: E-mail logo's won't change

I am having the same problem. I uploaded my logo to http://www.petluxuryboutique.com/email/header.gif and it didn't take either. I cleaned out my cache too? Can you help?

Thanks,

Silver

8 Mar 2013, 12:27 AM
#9
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: E-mail logo's won't change

um, clicking that link says access denied

probably should fix that matter first

8 Mar 2013, 12:37 AM
#10
silverhd avatar

silverhd

Totally Zenned

Join Date:
Mar 2008
Location:
USA
Posts:
563
Plugin Contributions:
0

Re: E-mail logo's won't change

Dr.Byte:

Now, I guess I really screwed something up!I have no idea what I did!!!?? Does the image have to be a .jpg? That's the only change, now it's a .gif???

Silver

8 Mar 2013, 12:52 AM
#11
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: E-mail logo's won't change

The default settings in the /email/.htaccess allow for jpg, jpeg, JPG, JPEG, gif, GIF, png, PNG types, unless you've changed it there or maybe you've added another .htaccess to the root of your store and turned on something like 'image hotlink protection' which specifically denies access to images not loaded from a web page ... and since emails aren't webpages they would fall into that denial rule.

8 Mar 2013, 1:40 AM
#12
silverhd avatar

silverhd

Totally Zenned

Join Date:
Mar 2008
Location:
USA
Posts:
563
Plugin Contributions:
0

Re: E-mail logo's won't change

Dr.Byte:

How in the world do you guys know so much? I had the 'image hotlink protection' on. I took it off and now the image is there. Thank you so much. I can't wait until I can some day be an advisor, like you and Schoolboy and the rest! WOW, what a learning curve!!!

Thanks again,

Silver

8 Mar 2013, 1:45 AM
#13
silverhd avatar

silverhd

Totally Zenned

Join Date:
Mar 2008
Location:
USA
Posts:
563
Plugin Contributions:
0

Re: E-mail logo's won't change

Dr.Byte:

For some reason, the logo is still not coming through on my welcome letters? Again, confused.

Thanks,

Silver

8 Mar 2013, 2:22 AM
#14
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: E-mail logo's won't change

Have you checked the email on another computer?

And when you look at the email, can you "view source" to look at the raw HTML behind it? Is it showing the correct image URL? If not, then maybe you need to update your email template files?

8 Mar 2013, 2:36 AM
#15
silverhd avatar

silverhd

Totally Zenned

Join Date:
Mar 2008
Location:
USA
Posts:
563
Plugin Contributions:
0

Re: E-mail logo's won't change

Dr.Byte:

Unfortunately, I don't have another computer. The best I could do is copy it into FrontPage and go to html view. The source is showing header.jpg and my logo is a .gif.

I really don't understand because I deleted the zen header.jpg

<!-- Header Section --> <div class="header"> <img alt="logo" src="http://www.petluxuryboutique.com/email/header.jpg"> </div> Do I need to change it to a .jpg file? That's unbelievable??

Silver

8 Mar 2013, 2:54 AM
#16
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: E-mail logo's won't change

If it's still saying header.jpg then you've not told the templates to use header.gif

8 Mar 2013, 2:58 AM
#17
silverhd avatar

silverhd

Totally Zenned

Join Date:
Mar 2008
Location:
USA
Posts:
563
Plugin Contributions:
0

Re: E-mail logo's won't change

The templates are in html. I'm not sure how to edit them without messing up the code. I know there is an html editor, should I use that?

Silver

8 Mar 2013, 3:19 AM
#18
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: E-mail logo's won't change

Your email template files are contained in all the /email/email_template_xxxxxxx.html files.

You'll need to use a simple text editor to change the image filename in each of those template files. The line to change in each is:```
<img src="email/[B]header.jpg[/B]" alt="logo" />

8 Mar 2013, 3:22 AM
#19
silverhd avatar

silverhd

Totally Zenned

Join Date:
Mar 2008
Location:
USA
Posts:
563
Plugin Contributions:
0

Re: E-mail logo's won't change

Thank you. I will see if there is a simple editor available on the server.

You and some of the other experienced guys here should rewrite the manual! I'm serious, not only could you make a bundle. You could straighten a lot of things out and a lot that isn't even included.

Thanks again,

Silver