Début des modifs
This commit is contained in:
@@ -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}
|
||||
Reference in New Issue
Block a user