[03/04/2023] Modif du module OrderStatusNotify pour ajouter le lien de suivi (en attendant de corriger le pb MR)

This commit is contained in:
2023-04-03 20:53:45 +02:00
parent fcd55fae39
commit 415d3a8991
3 changed files with 31 additions and 0 deletions

View File

@@ -74,6 +74,9 @@
{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 />
{if $IS_SENT}
{intl l="Follow your order here:" d="orderstatusnotify"} <strong>{intl l="Delivery link" d="orderstatusnotify" link={$delivery_link}}</strong><br />
{/if}
</p>
{hook name="email-html.order-notification.before-products" order=$order_id}