emails fix images

This commit is contained in:
Diego Calvo
2021-03-29 14:11:16 +02:00
parent a64dd745e2
commit 16f41bfa57
2 changed files with 4 additions and 2 deletions

View File

@@ -434,7 +434,7 @@
if if
product.image product.image
%} %}
src="{{product.image}}" src="{{product.image.url}}"
{% {%
else else
%} %}
@@ -506,6 +506,7 @@
>{{product.name}}</span >{{product.name}}</span
> >
<br /> <br />
{% if product.sku %}
<span <span
style=" style="
font-size: 15px; font-size: 15px;
@@ -514,6 +515,7 @@
" "
>{{product.sku}}</span >{{product.sku}}</span
> >
{% endif %}
<br /> <br />
<span <span
style=" style="

View File

@@ -433,7 +433,7 @@
if if
product.image product.image
%} %}
src="{{product.image}}" src="{{product.image.url}}"
{% {%
else else
%} %}