Magento – logo dimensions not effective in 1.9.1 e-mail

ce-1.9.1.0email-templatesmagento-1.9

I uploaded a png logo with size 400x188px like this:
Admin panel -> Design -> I selected default config -> transactional emails

After that I selected the logo -> upload, I set width 200 and height 94 and then saved the configuration.

Now when I create an order I receive the email with the logo, but it is still large. Do i need to change the header file for emails?

2nd issue i have is that when i select password forgotten option, i get the default magento logo.

I have flushed all cache (even that it is not active at the moment) etc.

What am i missing?

Best Answer

You upload it correctly

To change this globally, go to:

System > Configuration > General > Design > Transactional Emails

and upload it there. I'm using Magento ver. 1.9.0.1

You Should have an image in your folder called logo_email.gif same as logo_print.gif for the "Print View" pages.

So:

"/public_html/skin/frontend/fortis/default/images/logo_email.gif"

I would recommend though using the image already in the size you need it instead of changing it through css and the Magento backend.

Related Topic