[19/02/2024] On ajoute de l'info dans le mail de confirmation des commandes

This commit is contained in:
2024-02-19 18:50:20 +01:00
parent b3768fcbde
commit b3b5413979

View File

@@ -54,7 +54,7 @@
{intl l="Order Number:"} {$REF}<br />
{intl l="Paid With:"} {loop name="payment-module" type="module" id=$PAYMENT_MODULE}{$TITLE}{/loop}<br />
{intl l="Purchase Date:"} {format_date date=$CREATE_DATE output="datetime"}<br />
{intl l="Delivery method:"} {loop name="delivery-module" type="module" id=$DELIVERY_MODULE}{$TITLE}{/loop}<br />
{intl l="Delivery method:"} {loop name="delivery-module" type="module" id=$DELIVERY_MODULE}{$TITLE} ({$CODE}){/loop}<br />
</p>
{hook name="email-html.order-confirmation.before-products" order=$order_id}