cancel
Showing results for 
Search instead for 
Did you mean: 

Adding product images to send a friend email

Adding product images to send a friend email

I would like to add an image to the emails send, I tried adding adding   

 

<img src="{{var product_image}} “ border="0" /><br>

 

 (product_share.html)

<p>{{trans "%sender_name wants to share this product with you:" sender_name=$sender_name}} <a href="{{var product_url}}"> <img src="{{var product_image}} “ border="0" /><br> {{var product_name}}</a></p>

 

 

But I see this variable in "SendFriend.php" inside the public fundtion send().

 

What am I missing??

it seems the "product_image" value is empty.