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}