forked from renatofig/PagSeguro-Magento-Transparente
-
Notifications
You must be signed in to change notification settings - Fork 0
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
4 changed files
with
90 additions
and
12 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
30 changes: 30 additions & 0 deletions
30
app/locale/pt_BR/template/email/ricardomartins_pagseguro_notification.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,30 @@ | ||
<!--@subject {{var store.getFrontendName()}}: O reembolso para o pedido #{{var increment_id}} falhou @--> | ||
<!--@vars | ||
{"var increment_id":"Order Id", | ||
"var pagseguro_transaction_code":"PagSeguro Transaction Code", | ||
"var message":"Message"} | ||
@--> | ||
<!--@styles | ||
@--> | ||
|
||
{{template config_path="design/email/header"}} | ||
{{inlinecss file="email-inline.css"}} | ||
<table> | ||
<tr> | ||
<td> | ||
<p>Houve um problema ao processar o reembolso do pedido abaixo.</p> | ||
<p>Certifique-se de tomar as medidas necessárias para concluir o reembolso manualmente.</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td><p>Pedido: {{var increment_id}}</p></td> | ||
</tr> | ||
<tr> | ||
<td><p>Código da transação: {{var pagseguro_transaction_code}} (<a href="https://pagseguro.uol.com.br/transaction/details.jhtml?code={{var pagseguro_transaction_code}}">Ver no PagSeguro</a>)</p></td> | ||
</tr> | ||
<tr> | ||
<td><p>Mensagem retornada: {{var message}}</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