VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: sprachrohr on April 13, 2017, 15:49:54 PM

Title: Product Image in order confirmation mail
Post by: sprachrohr on April 13, 2017, 15:49:54 PM
Hi,

i need to show the product image thumbnail in order confirmation mail.  (file: invoice_items.php)
How do i get them?

VirtueMart: 3.2.1
Joomla: 3.6.5

It is not (as seen in other questions) <?php echo $this->product->images[0]->file_url_thumb; ?>;

I only have $item... there is no image.

Thanks for your answers!

Best regards
dirk
Title: Re: Product Image in order confirmation mail
Post by: jenkinhill on April 13, 2017, 16:15:38 PM
See http://forum.virtuemart.net/index.php?topic=136761.0
Title: Re: Product Image in order confirmation mail
Post by: sprachrohr on April 13, 2017, 16:23:23 PM
I got it!
Thanks a lot!!!