VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: vis18neu on April 16, 2013, 19:46:08 PM

Title: Image in confirmation mail
Post by: vis18neu on April 16, 2013, 19:46:08 PM
I tried to change the template for order confirmation mail in views/invoice/tmpl (invoice_items.php) for VM 2.0.6, because I want to show product thumbnails in that mail, but I cannot figure out the correct code to do so.
Whatever code I insert, I get little squares instead the images. I guess my image path is wrong. What is the correct code to show thumbnails in order mails?
Title: Re: Image in confirmation mail
Post by: jenkinhill on April 17, 2013, 10:25:28 AM
You will have to include the full url to the image files so they can be pulled from your site when the email is viewed by the customer.
Title: Re: Image in confirmation mail
Post by: vis18neu on April 17, 2013, 10:30:51 AM
Thank you, but it seems I'm still doing something wrong. Could you help me and tell me how should that code look like?
Title: Re: Image in confirmation mail
Post by: jenkinhill on April 17, 2013, 10:44:27 AM
I'm not a programmer - with this I know what needs to be done, but not how to do it.
Title: Re: Image in confirmation mail
Post by: vis18neu on April 17, 2013, 10:56:42 AM
Thank you