Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
2977 Weergaven

How can I send the product image to email?


I'm using

<img src="/web/image/product.product/${orderpoint.product_id.id}/image_128" style="width:50px;height: 50px; object-fit: contain;" alt="Product image"/>


I can see the image in the preview of the email template but when I received in on my Gmail it is displaying the default camera image.


Please help

Avatar
Annuleer
Beste antwoord

Hi

Please try to use this code:

<img t-attf-src="/web/image/product.product/{{ line.product_id.id }}/image_128" style="width: 100px; height: 100px; object-fit: contain;" alt="Product image"></img>

In this case,  if you add the proper path for the image file we can directly send it through the email

Hope it helps

Avatar
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
1
jul. 25
2109
1
mei 21
6906
1
mei 20
3463
0
mrt. 20
3481
1
mei 19
4873