Jump to content

Email Images are Broken


Recommended Posts

More info about the problem...

 

I found one template that works... That's the order confirmation... See attached.

 

But looks like it only works on chrome, on IE it still shows a broken link.

 

I checked the email templates and they all have similar code to attach the image. Any ideas?

post-761932-0-30031300-1395898355_thumb.jpg

post-761932-0-99801200-1395898359_thumb.jpg

Link to comment
Share on other sites

we have the same problem, edited the emails back to our old style but it has lost the logo, and adds it as an attachment to the email sent out.

 

Have tried re uploading the logo and adding it as a new link to the top of the email that didn't work.  Resetting the email module didn't work.

Edited by zophiel (see edit history)
Link to comment
Share on other sites

More investigation is done

 

Problem with pictures and links in emails is the following:

 

When editing email templates through BO translations, it adds /adminurl/ to picture and link URL when saving the template.

 

I found a way to fix this (not a solution - only a fix):

 

 

Manually edit and remove "/adminurl/" in all .html files you have changed through BO translation. The email .html files are placed in the mail directory, under the theme directory and under the individual modules.

 

Happy editing ;-)

  • Like 1
Link to comment
Share on other sites

  • 1 month later...

Hi guys,

I found that you can correct this problem by editing the "/js/tinymce.inc.js" file.
All you have to do is add "convert_urls: false, remove_script_host : false," after "relative_urls : false,".

Like this:

		statusbar: false,
		relative_urls : false,
		convert_urls: false, // <--- Here
		remove_script_host : false, // <--- Here
		extended_valid_elements : "em[class|name|id]",

It corrects the issue, but I'm not sure that there is no other repercussion.

 

Hope it helps :)

Link to comment
Share on other sites

×
×
  • Create New...