From aa14de06455882488f57d6bc6cddf441cfecefd0 Mon Sep 17 00:00:00 2001 From: Diego Calvo Date: Tue, 30 Mar 2021 09:56:54 +0200 Subject: [PATCH] emails --- templates/email_verification.html | 9 ++- .../purchase_contact_confirmation_v2.html | 55 ++++++++++--------- templates/purchase_notification_v2.html | 52 ++++++++++-------- 3 files changed, 64 insertions(+), 52 deletions(-) diff --git a/templates/email_verification.html b/templates/email_verification.html index b728371..99149eb 100644 --- a/templates/email_verification.html +++ b/templates/email_verification.html @@ -488,12 +488,11 @@
Por favor, verifica tu registro en LaTiendaCOOP - haciendo click en el - siguiente enlace: + haciendo click AQUÍ
- http://{{ domain }}{% url - 'activate_user' uidb64=uid - token=token %} +

diff --git a/templates/purchase_contact_confirmation_v2.html b/templates/purchase_contact_confirmation_v2.html index de42794..689b03e 100644 --- a/templates/purchase_contact_confirmation_v2.html +++ b/templates/purchase_contact_confirmation_v2.html @@ -194,7 +194,7 @@ target="_blank" > - + - Enlace al producto -
- Nombre del producto -
- {{product.name}} + {{product.name}} +

{% if product.sku %} {% endif %}
+ {% if product.price %} {{product.price}}€ + {% else %} + Precio a consultar + {% endif %}
@@ -735,7 +740,7 @@ {% else %} - src="DEFAULT_COOP_IMAGE" + src="https://latienda.coop/_nuxt/img/latienda-product-default.0b2c2e0.svg" {% endif %} diff --git a/templates/purchase_notification_v2.html b/templates/purchase_notification_v2.html index 87893e6..43a2d91 100755 --- a/templates/purchase_notification_v2.html +++ b/templates/purchase_notification_v2.html @@ -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; " > - Enlace al producto -
- Nombre del producto -
- {{product.name}} + {{product.name}} +
+ {% if product.sku %} {{product.sku}} + {% endif %}
+ {% if product.price %} {{product.price}}€ + {% else %} + Precio a consultar + {% endif %}