Début des modifs

This commit is contained in:
2024-02-10 15:55:03 +01:00
parent 4e8ac75bad
commit 027e7f4816
15 changed files with 2769 additions and 1620 deletions

View File

@@ -1,10 +1,6 @@
{default_translation_domain domain='mondialrelay.email.default'}
{default_locale locale={$locale}}
<<<<<<< HEAD
{loop type="order" name="order" id=$order_id}
=======
{loop type="order" name="order" customer="*" id=$order_id}
>>>>>>> origin/master
{loop type="customer" name="customer.order" current=false id=$CUSTOMER backend_context="1"}
{intl l="Dear %first %last" last=$LASTNAME first=$FIRSTNAME},<br>
{/loop}
@@ -12,8 +8,4 @@
{intl l="Details about this order are available in your customer account: %account_url." account_url={url path="/account"}}<br>
{intl l="See you soon at %store at the following address: %url" url={navigate to='index'} store={config key="store_name"}}<br>
{intl l="The %store team." store={config key="store_name"}}
<<<<<<< HEAD
{/loop}
=======
{/loop}
>>>>>>> origin/master
{/loop}