first commit
This commit is contained in:
28
modules/payu/views/templates/front/error.tpl
Normal file
28
modules/payu/views/templates/front/error.tpl
Normal file
@@ -0,0 +1,28 @@
|
||||
{*
|
||||
* @author PayU
|
||||
* @copyright Copyright (c) 2016 PayU
|
||||
* @license http://opensource.org/licenses/LGPL-3.0 Open Software License (LGPL 3.0)
|
||||
*
|
||||
* http://www.payu.com
|
||||
*}
|
||||
{capture name=path}{l s='Pay with PayU' mod='payu'}{/capture}
|
||||
|
||||
<div class="clearfix">
|
||||
<h2 id="payuAmountInfo">
|
||||
{$payuOrderInfo}:
|
||||
<strong>{if $currency}{convertPriceWithCurrency price=$total currency=$orderCurrency}{else}{convertPrice price=$total}{/if}</strong> {l s='(tax incl.)' mod='payu'}
|
||||
</h2>
|
||||
<img src="{$image}" id="payuLogo">
|
||||
</div>
|
||||
|
||||
{if $payuError}
|
||||
<div class="alert alert-warning">
|
||||
{$payuError}
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<p class="cart_navigation clearfix" id="cart_navigation">
|
||||
<a class="button btn btn-default button-medium" href="{$buttonAction}">
|
||||
<span>{l s='Retry pay with PayU' mod='payu'}<i class="icon-chevron-right right"></i></span>
|
||||
</a>
|
||||
</p>
|
||||
Reference in New Issue
Block a user