2017-08-28 17:32:14 +02:00

30 lines
973 B
Smarty
Executable File

{*
* 2007-2014 PrestaShop
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2014 PrestaShop SA
* @license http://addons.prestashop.com/en/content/12-terms-and-conditions-of-use
* International Registered Trademark & Property of PrestaShop SA
*}
<div class="row">
<div class="col-xs-12">
<div class="payment_module">
<div class="atos">
{if $atos}
<img src="{$this_path|escape:'htmlall':'UTF-8'}views/img/bank/{$logo|escape:'htmlall':'UTF-8'}" class="{$logo_class|escape:'htmlall':'UTF-8'}" />
{$atos}
{else}
{l s='Your order total must be greater than' mod='atos'} {displayPrice price=1} {l s='in order to pay by credit card.' mod='atos'}
{/if}
</div>
</div>
</div>
</div>