-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
app/locale/da_DK/template/email/quickpay_payment_link.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,22 @@ | ||
<!--@subject Payment link for # {{var order.increment_id}} @--> | ||
<!--@vars | ||
{"var order.increment_id":"Order Id", | ||
"var paymentlink":"QuickPay Payment Link",} | ||
@--> | ||
<!--@styles | ||
@--> | ||
|
||
{{template config_path="design/email/header"}} | ||
{{inlinecss file="email-inline.css"}} | ||
|
||
<table cellpadding="0" cellspacing="0" border="0"> | ||
<tr> | ||
<td class="action-content"> | ||
<h1>Betaling for ordre {{var order.increment_id}}</h1> | ||
<p>En ny ordre er blevet oprettet til dig</p> | ||
<p><a href="{{var paymentlink}}">Klik her for at betale for den</a>.</p> | ||
</td> | ||
</tr> | ||
</table> | ||
|
||
{{template config_path="design/email/footer"}} |
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