| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/themes/Honeygrid/html/system/ |
Upload File : |
{* --------------------------------------------------------------
checkout_ipayment.html 2016-03-23
Gambio GmbH
http://www.gambio.de
Copyright (c) 2013 Gambio GmbH
Released under the GNU General Public License (Version 2)
[http://www.gnu.org/licenses/gpl-2.0.html]
--------------------------------------------------------------
*}
{load_language_text section="ipayment"}
{block name="checkout_payment_ipayment"}
{block name="checkout_payment_ipayment_title"}
<h1>
<img src="https://ipayment.de/img/splash_logo.gif" alt="ipayment" title="ipayment" class="img-responsive" />
</h1>
{/block}
{block name="checkout_payment_ipayment_alert_info"}
{include file="get_usermod:{$tpl_path}alert_message.html" message=$nonsilent_message type="info"}
{/block}
{block name="checkout_payment_ipaymentalert_danger"}
{include file="get_usermod:{$tpl_path}alert_message.html" message=$silent_error type="danger"}
{/block}
{block name="checkout_payment_ipayment_form"}
<form action="{$action_url}" method="post" id="ipayment_form" class="form-horizontal" data-gambio-widget="ipayment">
{foreach from=$formfields item=value key=key name="formfields"}
<input type="hidden" name="{$key}" value="{$value}">
{/foreach}
{block name="checkout_payment_ipayment_buttons"}
<div class="row">
<div class="col-xs-6 col-sm-4 col-md-3">
{block name="checkout_payment_ipayment_buttons_back"}
<a class="btn btn-default btn-block" href="{$back_url}" title="{$txt.back_button}">
{$txt.back_button}
</a>
{/block}
</div>
<div class="col-xs-6 col-sm-4 col-sm-offset-4 col-md-3 col-md-offset-6 text-right">
{block name="checkout_payment_ipayment_buttons_submit"}
<button type="submit" class="btn btn-primary btn-block" title="{$txt.proceed_payment}">
{$txt.proceed_payment}
</button>
{/block}
</div>
</div>
{/block}
</form>
{/block}
{/block}