Hi,
When virtuemart 2 is sending confirmation mail it includes the shop description also at the end. I have in shop description images. Why aren't these images included to the email? Only image names is printed and looks silly.
Tried also to upload images to the vendor folder where the logo is located when logo is included normally to the mail.
Thanks for your helps in advance
regards
Mikael
what is the path in the email to these non existant images?
at a guess you would need to make them fully qualified - i.e http://www.mysite.com/image......
simplest way would be to hard code the shop desc in the mail template with an over ride
Jep that the reason. It dont have the full path. must code it to the template override.
thanks.