-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 0.4.0, add E-Mail-Templates (taken from Magento v1.9.0)
- Loading branch information
Showing
44 changed files
with
1,941 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<!--@subject Welcome, {{var customer.name}}! @--> | ||
<!--@vars | ||
{"store url=\"\"":"Store Url", | ||
"var logo_url":"Email Logo Image Url", | ||
"htmlescape var=$customer.name":"Customer Name", | ||
"store url=\"customer/account/\"":"Customer Account Url", | ||
"var customer.email":"Customer Email", | ||
"htmlescape var=$customer.password":"Customer Password"} | ||
@--> | ||
|
||
<!--@styles | ||
body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; } | ||
@--> | ||
|
||
<body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;"> | ||
<div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;"> | ||
<table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%"> | ||
<tr> | ||
<td align="center" valign="top" style="padding:20px 0 20px 0"> | ||
<!-- [ header starts here] --> | ||
<table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;"> | ||
<tr> | ||
<td valign="top"> | ||
<a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td> | ||
</tr> | ||
<!-- [ middle starts here] --> | ||
<tr> | ||
<td valign="top"> | ||
<h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Chère/Cher {{htmlescape var=$customer.name}},</h1> | ||
<p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">Bienvenue dans {{var store.getFrontendName()}}. Pour vous connecter lorsque vous visitez notre site, il vous suffit de cliquer sur <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">Connexion</a> ou <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">Mon compte</a> en haut de chaque page, puis d'entrer votre adresse e-mail et votre mot de passe.</p> | ||
<p style="border:1px solid #E0E0E0; font-size:12px; line-height:16px; margin:0; padding:13px 18px; background:#f9f9f9;"> | ||
Utilisez les valeurs suivantes lorsque vous êtes invité(e) à vous connecter:<br/> | ||
<strong>E-mail</strong>: {{var customer.email}}<br/> | ||
<strong>Mot de passe</strong>: {{htmlescape var=$customer.password}}<p> | ||
<p style="font-size:12px; line-height:16px; margin:0 0 8px 0;">Lorsque vous vous connectez à votre compte, vous pouvez effectuer les opérations suivantes:</p> | ||
<ul style="font-size:12px; line-height:16px; margin:0 0 16px 0; padding:0;"> | ||
<li style="list-style:none inside; padding:0 0 0 10px;">– – Procéder au paiement plus rapidement lorsque vous faites un achat</li> | ||
<li style="list-style:none inside; padding:0 0 0 10px;">– – Vérifier l'état des commandes</li> | ||
<li style="list-style:none inside; padding:0 0 0 10px;">– – Afficher les anciennes commandes</li> | ||
<li style="list-style:none inside; padding:0 0 0 10px;">– – Modifier les informations sur votre compte</li> | ||
<li style="list-style:none inside; padding:0 0 0 10px;">– – Changer votre mot de passe</li> | ||
<li style="list-style:none inside; padding:0 0 0 10px;">– – Enregistrer d'autres adresses (pour l'expédition à plusieurs membres de votre famille et amis !)</li> | ||
</ul> | ||
<p style="font-size:12px; line-height:16px; margin:0;">Si vous avez des questions concernant votre compte ou un autre sujet, n'hésitez pas à nous contacter à l'adresse <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> ou par téléphone au {{config path='general/store_information/phone'}}.</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Merci encore, <strong>{{var store.getFrontendName()}}</strong></p></center></td> | ||
</tr> | ||
</table> | ||
</td> | ||
</tr> | ||
</table> | ||
</div> | ||
</body> |
50 changes: 50 additions & 0 deletions
50
app/locale/fr_FR/template/email/account_new_confirmation.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<!--@subject Account confirmation for {{var customer.name}} @--> | ||
<!--@vars | ||
{"store url=\"\"":"Store Url", | ||
"var logo_url":"Email Logo Image Url", | ||
"var logo_alt":"Email Logo Image Alt", | ||
"store url=\"customer/account/\"":"Customer Account Url", | ||
"htmlescape var=$customer.name":"Customer Name", | ||
"var customer.email":"Customer Email", | ||
"store url=\"customer/account/confirm/\" _query_id=$customer.id _query_key=$customer.confirmation _query_back_url=$back_url":"Confirmation Url", | ||
"htmlescape var=$customer.password":"Customer password"} | ||
@--> | ||
|
||
<!--@styles | ||
body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; } | ||
@--> | ||
|
||
<body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;"> | ||
<div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;"> | ||
<table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%"> | ||
<tr> | ||
<td align="center" valign="top" style="padding:20px 0 20px 0"> | ||
<!-- [ header starts here] --> | ||
<table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;"> | ||
<tr> | ||
<td valign="top"> | ||
<a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a> | ||
</td> | ||
</tr> | ||
<!-- [ middle starts here] --> | ||
<tr> | ||
<td valign="top"> | ||
<h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Chère/Cher {{htmlescape var=$customer.name}},</h1> | ||
<p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">Votre e-mail {{var customer.email}} doit être confirmé avant de l'utiliser pour vous connecter à notre magasin.</p> | ||
<p style="font-size:12px; line-height:16px; margin:0 0 8px 0;">Pour confirmer l'e-mail et vous connecter instantanément, veuillez utiliser <a href="{{store url="customer/account/confirm/" _query_id=$customer.id _query_key=$customer.confirmation _query_back_url=$back_url}}" style="color:#1E7EC8;">ce lien de confirmation</a>. Ce lien n'est valide qu'une seule fois.</p> | ||
<p style="border:1px solid #E0E0E0; font-size:12px; line-height:16px; margin:0 0 16px 0; padding:13px 18px; background:#f9f9f9;"> | ||
Utilisez les valeurs suivantes lorsque vous êtes invité(e) à vous connecter:<br/> | ||
<strong>E-mail:</strong> {{var customer.email}}<br/> | ||
<strong>Mot de passe:</strong> {{htmlescape var=$customer.password}}<p> | ||
<p style="font-size:12px; line-height:16px; margin:0;">Si vous avez des questions concernant votre compte ou un autre sujet, n'hésitez pas à nous contacter à l'adresse <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> ou par téléphone au {{config path='general/store_information/phone'}}.</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Merci encore, <strong>{{var store.getFrontendName()}}</strong></p></center></td> | ||
</tr> | ||
</table> | ||
</td> | ||
</tr> | ||
</table> | ||
</div> | ||
</body> |
51 changes: 51 additions & 0 deletions
51
app/locale/fr_FR/template/email/account_new_confirmed.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<!--@subject Welcome, {{var customer.name}}! @--> | ||
<!--@vars | ||
{"store url=\"\"":"Store Url", | ||
"var logo_url":"Email Logo Image Url", | ||
"var logo_alt":"Email Logo Image Alt", | ||
"htmlescape var=$customer.name":"Customer Name", | ||
"store url=\"customer/account/\"":"Customer Account Url"} | ||
@--> | ||
|
||
<!--@styles | ||
body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; } | ||
@--> | ||
|
||
<body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;"> | ||
<div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;"> | ||
<table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%"> | ||
<tr> | ||
<td align="center" valign="top" style="padding:20px 0 20px 0"> | ||
<!-- [ header starts here] --> | ||
<table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;"> | ||
<tr> | ||
<td valign="top"> | ||
<a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a> | ||
</td> | ||
</tr> | ||
<!-- [ middle starts here] --> | ||
<tr> | ||
<td valign="top"> | ||
<h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Chère/Cher {{htmlescape var=$customer.name}},</h1> | ||
<p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">Bienvenue dans {{var store.getFrontendName()}}. Pour vous connecter lorsque vous visitez notre site, il vous suffit de cliquer sur <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">Connexion</a> ou <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">Mon compte</a> en haut de chaque page, puis d'entrer votre adresse e-mail et votre mot de passe.</p> | ||
<p style="font-size:12px; line-height:16px; margin:0 0 8px 0;">Lorsque vous vous connectez à votre compte, vous pouvez effectuer les opérations suivantes:</p> | ||
<ul style="font-size:12px; line-height:16px; margin:0 0 16px 0; padding:0;"> | ||
<li style="list-style:none inside; padding:0 0 0 10px;">– – Procéder au paiement plus rapidement lorsque vous faites un achat</li> | ||
<li style="list-style:none inside; padding:0 0 0 10px;">– – Vérifier l'état des commandes</li> | ||
<li style="list-style:none inside; padding:0 0 0 10px;">– – Afficher les anciennes commandes</li> | ||
<li style="list-style:none inside; padding:0 0 0 10px;">– – Modifier les informations sur votre compte</li> | ||
<li style="list-style:none inside; padding:0 0 0 10px;">– – Changer votre mot de passe</li> | ||
<li style="list-style:none inside; padding:0 0 0 10px;">– – Enregistrer d'autres adresses (pour l'expédition à plusieurs membres de votre famille et amis !)</li> | ||
</ul> | ||
<p style="font-size:12px; line-height:16px; margin:0;">Si vous avez des questions concernant votre compte ou un autre sujet, n'hésitez pas à nous contacter à l'adresse <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> ou par téléphone au {{config path='general/store_information/phone'}}.</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Merci encore, <strong>{{var store.getFrontendName()}}</strong></p></center></td> | ||
</tr> | ||
</table> | ||
</td> | ||
</tr> | ||
</table> | ||
</div> | ||
</body> |
43 changes: 43 additions & 0 deletions
43
app/locale/fr_FR/template/email/account_password_reset_confirmation.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<!--@subject Password Reset Confirmation for {{var customer.name}} @--> | ||
<!--@vars | ||
{"store url=\"\"":"Store Url", | ||
"var logo_url":"Email Logo Image Url", | ||
"var logo_alt":"Email Logo Image Alt", | ||
"htmlescape var=$customer.name":"Customer Name", | ||
"store url=\"customer/account/resetpassword/\" _query_id=$customer.id _query_token=$customer.rp_token":"Reset Password URL"} | ||
@--> | ||
|
||
<!--@styles | ||
body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; } | ||
@--> | ||
|
||
<body style="background: #F6F6F6; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin: 0; padding: 0;"> | ||
<div style="background: #F6F6F6; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin: 0; padding: 0;"> | ||
<table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%"> | ||
<tr> | ||
<td align="center" valign="top" style="padding: 20px 0 20px 0"> | ||
<table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;"> | ||
<tr> | ||
<td valign="top"> | ||
<a href="{{store url=""}}" style="color:#1E7EC8;"><img src="{{var logo_url}}" alt="{{var logo_alt}}" border="0"/></a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<h1 style="font-size: 22px; font-weight: normal; line-height: 22px; margin: 0 0 11px 0;">__('Dear {{htmlescape var=$customer.name}}')__,</h1> | ||
<p style="font-size: 12px; line-height: 16px; margin: 0 0 8px 0;">Vous avez récemment demandé de changer le mot de passe de votre compte.</p> | ||
<p style="font-size: 12px; line-height: 16px; margin: 0;">Si vous avez demandé de changer ce mot de passe, veuillez cliquer sur ce lien pour le réinitialiser: <a href="{{store url="customer/account/resetpassword/" _query_id=$customer.id _query_token=$customer.rp_token}}" style="color:#1E7EC8;">{{store url="customer/account/resetpassword/" _query_id=$customer.id _query_token=$customer.rp_token}}</a></p> | ||
<p style="font-size: 12px; line-height: 16px; margin: 0;">Si vous ne parvenez pas à cliquer sur le lien, veuillez copier l'URL et le coller directement dans votre navigateur.</p> | ||
<br /> | ||
<p style="font-size:12px; line-height:16px; margin:0;">Si vous n'avez pas formulé cette demande, vous pouvez ignorer ce message et votre mot de passe restera inchangé.</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td style="background-color: #EAEAEA; text-align: center;"><p style="font-size:12px; margin:0; text-align: center;">Merci, <strong>{{var store.getFrontendName()}}</strong></p></td> | ||
</tr> | ||
</table> | ||
</td> | ||
</tr> | ||
</table> | ||
</div> | ||
</body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<!--@subject New password for {{var user.name}} @--> | ||
<!--@vars | ||
{"store url=\"\"":"Store Url", | ||
"var logo_url":"Email Logo Image Url", | ||
"var logo_alt":"Email Logo Image Alt", | ||
"htmlescape var=$user.name":"Admin Name", | ||
"htmlescape var=$password":"Admin Password", | ||
"store url=\"adminhtml/system_account/\"":"Admin Account Url"} | ||
@--> | ||
|
||
<!--@styles | ||
body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; } | ||
@--> | ||
|
||
<body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;"> | ||
<div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;"> | ||
<table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%"> | ||
<tr> | ||
<td align="center" valign="top" style="padding:20px 0 20px 0"> | ||
<!-- [ header starts here] --> | ||
<table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;"> | ||
<tr> | ||
<td valign="top"> | ||
<a href="{{store url=""}}" style="color:#1E7EC8;"><img src="{{var logo_url}}" alt="{{var logo_alt}}" border="0"/></a> | ||
</td> | ||
</tr> | ||
<!-- [ middle starts here] --> | ||
<tr> | ||
<td valign="top"> | ||
<h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Chère/Cher {{htmlescape var=$user.name}},</h1> | ||
<p style="font-size:12px; line-height:16px; margin:0 0 8px 0;"><strong>Votre nouveau mot de passe est:</strong> {{htmlescape var=$password}}</p> | ||
<p style="font-size:12px; line-height:16px; margin:0;">Vous pouvez changer votre mot de passe à tout moment en vous connectant à <a href="{{store url="adminhtml/system_account/"}}" style="color:#1E7EC8;">votre compte</a>.<p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Merci encore, <strong>{{var store.getFrontendName()}}</strong></p></center></td> | ||
</tr> | ||
</table> | ||
</td> | ||
</tr> | ||
</table> | ||
</div> | ||
</body> |
Oops, something went wrong.