This has probably been covered before but I couldn’t find it:
I create new email templates from admin > transactional emails
create the new template based on the standard magento one e.g. new order template
change the wording, alt tags etc
upload a new logo_email.gif image to my skin/images folder.
refresh cache etc
the image still goes to the one in the default skin (i.e. not in the skin I am using)
the skin is configured ok in admin and works on the rest of the site but within an email template it always looks for the default skin location instead of the one I am using......the url that calls the image appears to be ok too , i.e. <img src="{{skin url="images/logo_email.gif" _area=’frontend’}}
has anyone any ideas why this is happening? anyone have the same issue?
I know it is probably something I have missed but can’t figure for the life of me what it is.
I have occasionally forund such things, and solved it by deleting /var/cache THe whole folder /cache It recreates itself right away. Might solve your probelm, might not. But it has for me with similar things that seeem inexplicable like this.
I’ve noticed the same problem. I tried the cache thing mentioned in this thread already, and it didn’t help in my case. I’ve had to replace the logo in my default theme directory. So, I just need to be careful when I upgrade to make sure the old image doesn’t get reintroduced.
in my case i made a new image file with a new name but even with the flag _theme=’my_theme’ it still points to the default/default direction… hmm lets wait