Fixed emails

This commit is contained in:
Diego Calvo
2021-03-30 14:19:16 +02:00
parent 98b0099e45
commit 373e892463
5 changed files with 74 additions and 39 deletions

View File

@@ -426,21 +426,11 @@
href="https://latienda.coop/productos/{{product.id}}"
target="_blank"
>
{% if product.image %}
<img
alt=""
height="auto"
{%
if
product.image
%}
src="{{product.image.url}}"
{%
else
%}
src="https://latienda.coop/_nuxt/img/latienda-product-default.0b2c2e0.svg"
{%
endif
%}
style="
border: none;
display: block;
@@ -452,6 +442,23 @@
"
width="250"
/>
{% else %}
<img
alt=""
height="auto"
src="https://latienda.coop/_nuxt/img/latienda-product-default.772863e.png"
style="
border: none;
display: block;
outline: none;
text-decoration: none;
height: auto;
width: 100%;
font-size: 13px;
"
width="250"
/>
{% endif %}
</a>
</td>
</tr>
@@ -941,7 +948,7 @@
>
<div
style="
font-family: Poppins;
font-family: Poppins, Arial, sans-serif;
font-size: 15px;
line-height: 1;
text-align: center;