[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 cd96b5b6f0
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@
{intl l="Order Number:"} {$REF}<br /> {intl l="Order Number:"} {$REF}<br />
{intl l="Paid With:"} {loop name="payment-module" type="module" id=$PAYMENT_MODULE}{$TITLE}{/loop}<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="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> </p>
{hook name="email-html.order-confirmation.before-products" order=$order_id} {hook name="email-html.order-confirmation.before-products" order=$order_id}

View File

@@ -56,7 +56,7 @@
{intl l="Order Number:"} {$REF}<br /> {intl l="Order Number:"} {$REF}<br />
{intl l="Paid With:"} {loop name="payment-module" type="module" id=$PAYMENT_MODULE}{$TITLE}{/loop}<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="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> </p>
{hook name="email-html.order-notification.before-products" order=$order_id} {hook name="email-html.order-notification.before-products" order=$order_id}