Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
2976 Vizualizări

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

Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
1
iul. 25
2107
1
mai 21
6904
1
mai 20
3462
0
mar. 20
3478
1
mai 19
4871