This commit is contained in:
Diego Calvo
2021-03-30 09:56:54 +02:00
parent ca3566121e
commit aa14de0645
3 changed files with 64 additions and 52 deletions

View File

@@ -194,7 +194,7 @@
target="_blank"
>
<img
alt=""
alt="Logo de Latienda.coop"
height="auto"
width="25"
align="left"
@@ -426,7 +426,10 @@
<tbody>
<tr>
<td style="width: 250px">
<a href="[ENLACE A PRODUCTO]" target="_blank">
<a
href="https://latienda.coop/productos/{{product.id}}"
target="_blank"
>
<img
alt=""
height="auto"
@@ -438,7 +441,7 @@
{%
else
%}
src="DEFAULT_PRODUCT_IMAGE"
src="https://latienda.coop/_nuxt/img/latienda-product-default.0b2c2e0.svg"
{%
endif
%}
@@ -482,29 +485,19 @@
color: #374493;
"
>
<span
<a
href="https://latienda.coop/productos/{{product.id}}"
style="font-size: 15px; display: inline-block"
>Enlace al producto</span
>
<br />
<span
style="
font-size: 15px;
display: inline-block;
margin-top: 5px;
"
>Nombre del producto</span
>
<br />
<span
style="
font-size: 15px;
display: inline-block;
margin-top: 5px;
"
>{{product.name}}</span
target="_blank"
>
<span
style="
font-size: 15px;
display: inline-block;
margin-top: 5px;
"
>{{product.name}}</span
>
</a>
<br />
{% if product.sku %}
<span
@@ -517,6 +510,7 @@
>
{% endif %}
<br />
{% if product.price %}
<span
style="
font-size: 15px;
@@ -526,6 +520,17 @@
"
>{{product.price}}€</span
>
{% else %}
<span
style="
font-size: 15px;
font-weight: bold;
display: inline-block;
margin-top: 5px;
"
>Precio a consultar</span
>
{% endif %}
<br />
</div>
</td>
@@ -735,7 +740,7 @@
{%
else
%}
src="DEFAULT_COOP_IMAGE"
src="https://latienda.coop/_nuxt/img/latienda-product-default.0b2c2e0.svg"
{%
endif
%}