I have a transactional email with the following code:
<a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
and a logo in /public_html/skin/frontend/fortis/default/images
called logo.png
What I should put in store url=”” and in {{var logo_url}} to show my logo in the transactional email?
To change this globally, go to:
and upload it there. I’m using Magento ver. 1.9.0.1
You Should have an image in your folder called
logo_email.gifsame aslogo_print.giffor the “Print View” pages.So:
“/public_html/skin/frontend/fortis/default/images/logo_email.gif”