On finalise avec un template d'email spécifique.

This commit is contained in:
2021-01-20 17:33:33 +01:00
parent f3e2ecda34
commit c4aa5b2ff9
63 changed files with 2448 additions and 2749 deletions

View File

@@ -0,0 +1,10 @@
{default_translation_domain domain='email.aomc'}
{if $firstname || $lastname}
{intl l="Dear %firstname %lastname," firstname=$firstname lastname=$lastname}
{else}
{intl l="Hello,"}
{/if}
{intl l="Thank you for your registration. You'll now receive the %store newsletter on your email address %email." store={config key="store_name"} email=$email}
{intl l="To unsubscribe from our newsletter, please go to the following web address:"}
{url path="/newsletter-unsubscribe" email=$email}
{intl l="The %store team." store={config key="store_name"}}