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

@@ -437,7 +437,7 @@
{%
else
%}
src="DEFAULT_PRODUCT_IMAGE"
src="https://latienda.coop/_nuxt/img/latienda-product-default.0b2c2e0.svg"
{%
endif
%}
@@ -481,48 +481,56 @@
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;
font-family: inherit;
"
>{{product.name}}</span
>
</a>
<br />
{% if product.sku %}
<span
style="
font-size: 15px;
display: inline-block;
margin-top: 5px;
font-family: inherit;
"
>{{product.sku}}</span
>
{% endif %}
<br />
{% if product.price %}
<span
style="
font-size: 15px;
font-weight: bold;
display: inline-block;
margin-top: 5px;
font-family: inherit;
"
>{{product.price}}€</span
>
{% else %}
<span
style="
font-size: 15px;
font-weight: bold;
display: inline-block;
margin-top: 5px;
font-family: inherit;
"
>Precio a consultar</span
>
{% endif %}
<br />
</div>
</td>