Files
drmaterac.pl/modules/paynow/views/templates/front/error.tpl
2025-01-06 20:47:25 +01:00

29 lines
876 B
Smarty

{*
* NOTICE OF LICENSE
*
* This source file is subject to the MIT License (MIT)
* that is bundled with this package in the file LICENSE.md.
*
* @author mElements S.A.
* @copyright mElements S.A.
* @license MIT License
*}
{capture name=path}{$cta_text|escape:'htmlall':'UTF-8'}{/capture}
<div class="clearfix">
<h2 class="amount-info">
{l s='Pay for your order' mod='paynow'}:
<strong>{$total_to_pay|escape:'htmlall':'UTF-8'}</strong>
</h2>
</div>
<div class="alert alert-warning">
{l s='An error occurred while processing your payment.' mod='paynow'}
</div>
<p class="cart_navigation clearfix" id="cart_navigation">
<a class="button btn btn-primary button-medium" href="{$button_action|escape:'htmlall':'UTF-8'}">
<span>{l s='Retry payment with paynow.pl' mod='paynow'}<i class="icon-chevron-right right"></i></span>
</a>
</p>