From cd96b5b6f04810c34dded3a2e01a9bc6dcf03e3e Mon Sep 17 00:00:00 2001
From: TheCoreDev
Date: Mon, 19 Feb 2024 18:50:20 +0100
Subject: [PATCH] [19/02/2024] On ajoute de l'info dans le mail de confirmation
des commandes
---
templates/email/default2020/order_confirmation.html | 2 +-
templates/email/default2020/order_notification.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/email/default2020/order_confirmation.html b/templates/email/default2020/order_confirmation.html
index c66494f3..29665fb0 100644
--- a/templates/email/default2020/order_confirmation.html
+++ b/templates/email/default2020/order_confirmation.html
@@ -54,7 +54,7 @@
{intl l="Order Number:"} {$REF}
{intl l="Paid With:"} {loop name="payment-module" type="module" id=$PAYMENT_MODULE}{$TITLE}{/loop}
{intl l="Purchase Date:"} {format_date date=$CREATE_DATE output="datetime"}
- {intl l="Delivery method:"} {loop name="delivery-module" type="module" id=$DELIVERY_MODULE}{$TITLE}{/loop}
+ {intl l="Delivery method:"} {loop name="delivery-module" type="module" id=$DELIVERY_MODULE}{$TITLE} ({$CODE}){/loop}
{hook name="email-html.order-confirmation.before-products" order=$order_id}
diff --git a/templates/email/default2020/order_notification.html b/templates/email/default2020/order_notification.html
index 0fa3a20d..ec08d644 100644
--- a/templates/email/default2020/order_notification.html
+++ b/templates/email/default2020/order_notification.html
@@ -56,7 +56,7 @@
{intl l="Order Number:"} {$REF}
{intl l="Paid With:"} {loop name="payment-module" type="module" id=$PAYMENT_MODULE}{$TITLE}{/loop}
{intl l="Purchase Date:"} {format_date date=$CREATE_DATE output="datetime"}
- {intl l="Delivery method:"} {loop name="delivery-module" type="module" id=$DELIVERY_MODULE}{$TITLE}{/loop}
+ {intl l="Delivery method:"} {loop name="delivery-module" type="module" id=$DELIVERY_MODULE}{$TITLE} ($CODE){/loop}
{hook name="email-html.order-notification.before-products" order=$order_id}