improvements on new templates
This commit is contained in:
@@ -500,7 +500,7 @@
|
||||
"
|
||||
>
|
||||
<span
|
||||
href="[ENLACE A PRODUCTO]"
|
||||
href="https://latienda.coop/productos/{{product.id}}"
|
||||
style="
|
||||
font-size: 15px;
|
||||
display: inline-block;
|
||||
@@ -525,7 +525,16 @@
|
||||
display: inline-block;
|
||||
margin-top: 5px;
|
||||
"
|
||||
>Ref8304</span
|
||||
>{{product.name}}</span
|
||||
>
|
||||
<br />
|
||||
<span
|
||||
style="
|
||||
font-size: 15px;
|
||||
display: inline-block;
|
||||
margin-top: 5px;
|
||||
"
|
||||
>{{product.sku}}</span
|
||||
>
|
||||
<br />
|
||||
<span
|
||||
@@ -535,7 +544,7 @@
|
||||
display: inline-block;
|
||||
margin-top: 5px;
|
||||
"
|
||||
>30€</span
|
||||
>{{product.price}}€</span
|
||||
>
|
||||
<br />
|
||||
</div>
|
||||
@@ -680,7 +689,7 @@
|
||||
"
|
||||
>Nombre:
|
||||
</span>
|
||||
María
|
||||
{{user.full_name}}
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -712,7 +721,7 @@
|
||||
"
|
||||
>Email:
|
||||
</span>
|
||||
maria@maria.com
|
||||
{{user.email}}
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -744,7 +753,7 @@
|
||||
"
|
||||
>Teléfono:
|
||||
</span>
|
||||
666666666
|
||||
{{telephone}}
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -775,9 +784,7 @@
|
||||
font-weight: bold;
|
||||
"
|
||||
>Comentarios: </span
|
||||
>vivo en un cuarto sin
|
||||
ascensor, bajo hasta el
|
||||
tercero como mucho
|
||||
>{{comment}}
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user