Début des modifs

This commit is contained in:
2024-02-10 15:55:03 +01:00
parent 027e7f4816
commit 4265941cfa
6 changed files with 10 additions and 12 deletions

View File

@@ -15,7 +15,6 @@
{* Content *}
{block name="email-content"}
{loop type="customer" name="customer.order" current="false" id="$customer_id" backend_context="1"}
<p>{intl l="Dear" } {$LASTNAME} {$FIRSTNAME},</p>
{/loop}
@@ -25,10 +24,9 @@
{if $package}
<p>{intl l="The tracking number for this delivery is: %package" package={$package}}</p>
{if $tracking_url}
<p>{intl l="Please check this URL to track your parcel : %tracking_url" tracking_url={$tracking_url}}</p>
<p>{intl l="Please check <a href='%tracking_url'>this URL</a> to track your parcel" tracking_url={$tracking_url}}</p>
{/if}
{/if}
<p>{intl l="Feel free to contact us for any further information"}</p>
<p>{intl l="Best Regards."}</p>
{/block}