-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ajusta mensagem do método de pagamento Boleto (#93)
- Loading branch information
1 parent
d87cbd7
commit 9533b01
Showing
5 changed files
with
9 additions
and
31 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
2 changes: 1 addition & 1 deletion
2
app/design/adminhtml/base/default/template/vindi_subscription/payment/form/bankslip.phtml
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php $_code = $this->getMethodCode() ?> | ||
<div id="payment_form_<?php echo $_code ?>" style="display:none;"> | ||
<div class="block-payment-bankslip"> | ||
Um Boleto Bancário será enviado mensalmente para o seu endereço de e-mail. | ||
O boleto bancário será enviado para o seu e-mail. | ||
</div> | ||
</div> |
3 changes: 1 addition & 2 deletions
3
app/design/frontend/base/default/template/vindi_subscription/payment/form/bankslip.phtml
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 |
---|---|---|
@@ -1,10 +1,9 @@ | ||
<?php | ||
$_code = $this->getMethodCode(); | ||
$text = $this->setMessageBankSlip(); | ||
?> | ||
|
||
<div id="payment_form_<?php echo $_code ?>" style="display:none;"> | ||
<div class="block-payment-bankslip"> | ||
Um boleto bancário será <?=$text?> para o seu endereço de e-mail. | ||
O boleto bancário será enviado para o seu e-mail. | ||
</div> | ||
</div> |