-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 0.3.3, added: E-Mail-Templates (taken from Magento v1.9.0.x)
- Loading branch information
Showing
46 changed files
with
1,949 additions
and
3 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
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;"">Sehr geehrte(r) {{htmlescape var=$customer.name}},</h1> | ||
<p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">Herzlich willkommen beim {{var store.getFrontendName()}}. Für die Anmeldung bei Ihrem Besuch auf unserer Website klicken Sie einfach oben auf einer beliebigen Seite auf <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">Anmelden</a> oder auf <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">Mein Konto</a> und geben Sie dann Ihre E-Mail-Adresse und Ihr Passwort ein.</p> | ||
<p style="border:1px solid #E0E0E0; font-size:12px; line-height:16px; margin:0; padding:13px 18px; background:#f9f9f9;"> | ||
Geben Sie die folgenden Werte ein, wenn Sie zur Anmeldung aufgefordert werden:<br/> | ||
<strong>E-Mail-Adresse</strong>: {{var customer.email}}<br/> | ||
<strong>Passwort</strong>: {{htmlescape var=$customer.password}}<p> | ||
<p style="font-size:12px; line-height:16px; margin:0 0 8px 0;">Wenn Sie sich bei Ihrem Konto anmelden, können Sie:</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;">– – Ihren Einkauf schneller an der Kasse abwickeln</li> | ||
<li style="list-style:none inside; padding:0 0 0 10px;">– – Den Status Ihrer Bestellungen überprüfen</li> | ||
<li style="list-style:none inside; padding:0 0 0 10px;">– – Frühere Bestellungen anzeigen</li> | ||
<li style="list-style:none inside; padding:0 0 0 10px;">– – Ihre Kontodaten ändern</li> | ||
<li style="list-style:none inside; padding:0 0 0 10px;">– – Ihr Passwort ändern</li> | ||
<li style="list-style:none inside; padding:0 0 0 10px;">– – Zusätzliche Adressen speichern (für die Lieferung an verschiedene Familienangehörige und Freunde!)</li> | ||
</ul> | ||
<p style="font-size:12px; line-height:16px; margin:0;">Bei Fragen zu Ihrem Konto oder sonstigen Anliegen dürfen Sie sich jederzeit gerne an uns wenden unter <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> oder telefonisch unter der Rufnummer {{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;">Haben Sie nochmals recht herzlichen Dank, <strong>{{var store.getFrontendName()}}</strong></p></center></td> | ||
</tr> | ||
</table> | ||
</td> | ||
</tr> | ||
</table> | ||
</div> | ||
</body> |
50 changes: 50 additions & 0 deletions
50
app/locale/de_DE/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;">Sehr geehrte(r) {{htmlescape var=$customer.name}},</h1> | ||
<p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">Sie müssen Ihre E-Mail-Adresse {{var customer.email}} erst bestätigen, bevor Sie sich damit bei unserem Laden anmelden können.</p> | ||
<p style="font-size:12px; line-height:16px; margin:0 0 8px 0;">Wenn Sie Ihre E-Mail-Adresse bestätigen und sich gleich danach anmelden möchten, rufen sie bitte <a href="{{store url="customer/account/confirm/" _query_id=$customer.id _query_key=$customer.confirmation _query_back_url=$back_url}}" style="color:#1E7EC8;">diesen Bestätigungslink auf</a>. Dieser Link ist nur zur einmaligen Verwendung gültig.</p> | ||
<p style="border:1px solid #E0E0E0; font-size:12px; line-height:16px; margin:0 0 16px 0; padding:13px 18px; background:#f9f9f9;"> | ||
Geben Sie die folgenden Werte ein, wenn Sie zur Anmeldung aufgefordert werden:<br/> | ||
<strong>E-Mail-Adresse:</strong> {{var customer.email}}<br/> | ||
<strong>Passwort:</strong> {{htmlescape var=$customer.password}}<p> | ||
<p style="font-size:12px; line-height:16px; margin:0;">Bei Fragen zu Ihrem Konto oder sonstigen Anliegen dürfen Sie sich jederzeit gerne an uns wenden unter <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> oder telefonisch unter der Rufnummer {{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;">Haben Sie nochmals recht herzlichen Dank, <strong>{{var store.getFrontendName()}}</strong></p></center></td> | ||
</tr> | ||
</table> | ||
</td> | ||
</tr> | ||
</table> | ||
</div> | ||
</body> |
51 changes: 51 additions & 0 deletions
51
app/locale/de_DE/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;"">Sehr geehrte(r) {{htmlescape var=$customer.name}},</h1> | ||
<p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">Herzlich willkommen beim Demo-Laden. Für die Anmeldung bei Ihrem Besuch auf unserer Website klicken Sie einfach oben auf einer beliebigen Seite auf <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">Anmelden</a> oder auf <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">Mein Konto</a> und geben Sie dann Ihre E-Mail-Adresse und Ihr Passwort ein.</p> | ||
<p style="font-size:12px; line-height:16px; margin:0 0 8px 0;">Wenn Sie sich bei Ihrem Konto anmelden, können Sie:</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;">– – Ihren Einkauf schneller an der Kasse abwickeln</li> | ||
<li style="list-style:none inside; padding:0 0 0 10px;">– – Den Status Ihrer Bestellungen überprüfen</li> | ||
<li style="list-style:none inside; padding:0 0 0 10px;">– – Frühere Bestellungen anzeigen</li> | ||
<li style="list-style:none inside; padding:0 0 0 10px;">– – Ihre Kontodaten ändern</li> | ||
<li style="list-style:none inside; padding:0 0 0 10px;">– – Ihr Passwort ändern</li> | ||
<li style="list-style:none inside; padding:0 0 0 10px;">– – Zusätzliche Adressen speichern (für die Lieferung an verschiedene Familienangehörige und Freunde!)</li> | ||
</ul> | ||
<p style="font-size:12px; line-height:16px; margin:0;">Bei Fragen zu Ihrem Konto oder sonstigen Anliegen dürfen Sie sich jederzeit gerne an uns wenden unter <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> oder telefonisch unter der Rufnummer {{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;">Haben Sie nochmals recht herzlichen Dank, <strong>{{var store.getFrontendName()}}</strong></p></center></td> | ||
</tr> | ||
</table> | ||
</td> | ||
</tr> | ||
</table> | ||
</div> | ||
</body> |
43 changes: 43 additions & 0 deletions
43
app/locale/de_DE/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;">Hallo {{htmlescape var=$customer.name}},</h1> | ||
<p style="font-size: 12px; line-height: 16px; margin: 0 0 8px 0;">Wir haben vor kurzem eine Bitte erhalten, das Kennwort zu Ihrem Konto zu ändern.</p> | ||
<p style="font-size: 12px; line-height: 16px; margin: 0;">Wenn Sie diese Änderung verlangt haben, klicken Sie bitte auf den folgenden Link, um Ihr Kennwort neu einzustellen: <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;">Wenn das nicht funktioniert, dann kopieren Sie bitte die URL-Adresse und fügen sie in der Adresszeile Ihres Browsers ein.</p> | ||
<br /> | ||
<p style="font-size:12px; line-height:16px; margin:0;">Wenn Sie diese Änderung nicht verlangt haben, dann irgnorieren Sie bitte diese Nachricht und Ihr Kennwort wird unverändert bleiben.</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td style="background-color: #EAEAEA; text-align: center;"><p style="font-size:12px; margin:0; text-align: center;">Danke!, <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;"">Sehr geehrte(r) {{htmlescape var=$user.name}},</h1> | ||
<p style="font-size:12px; line-height:16px; margin:0 0 8px 0;"><strong>Ihr neues Passwort lautet:</strong> {{htmlescape var=$password}}</p> | ||
<p style="font-size:12px; line-height:16px; margin:0;">Sie können Ihr Passwort jederzeit ändern. Dazu müssen Sie sich bei <a href="{{store url="adminhtml/system_account/"}}" style="color:#1E7EC8;">Ihrem Konto</a>.<p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">anmelden, <strong>{{var store.getFrontendName()}}</strong></p></center></td> | ||
</tr> | ||
</table> | ||
</td> | ||
</tr> | ||
</table> | ||
</div> | ||
</body> |
Oops, something went wrong.