2.1.4 upgrade issue with logos in invoice emails

I had no problem with the upgrade other than my logo in the emails that I send are no longer showing. They show on the pdf’s in admin, the logos for the invoices are still visible in design/logos.

I wish I could remember if I made any changes to invoice templates but I don’t. Has anyone else had this issue? Does anyone one know what may have caused that?

Thank you in advance for any info you can give me!

Yes, I have noticed the same problem too.



It’s because of the invoice.tpl template in skins/{your skin} /mail/orders.



If you were to look at the source code of your email you will see that the URL for the logo image does not contain the site’s domain name!



The email URL looks like this (example)


My Company



That’s why it appears when viewing your order on your site with no issues but not in a sent email invoice.



It SHOULD look like this


My Company





Invoice.tpl at around line 25:


{$manifest.Mail_logo.alt}





Insert the Company Website address variable before {$images_dir} so that the URL begins with “http://www.mycompany.com




{$manifest.Mail_logo.alt}





If there is another variable or better way to do this, please let me know.

Hi I am experiencing the same issue…tried to modify the invoice.tpl as you suggested, but no luck…anyone solved this? please let us know

[quote name='cherubrock74' timestamp='1329432895' post='131441']

Hi I am experiencing the same issue…tried to modify the invoice.tpl as you suggested, but no luck…anyone solved this? please let us know

[/quote]

Make sure you include http:// in company website settings - Settings>Company>Company Website.

[quote name='stormbrew' timestamp='1333414640' post='134192']

Make sure you include http:// in company website settings - Settings>Company>Company Website.

[/quote]



I just checked and it is there…

Would be good to know if this is an official bug or if there is something wrong we are doing…