| 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/public/theme/html/system/ |
Upload File : |
{load_language_text section="checkout_payment"}
{load_language_text section="buttons" name="button"}
<!--
Released under the GNU General Public License (Version 2)
[http://www.gnu.org/licenses/gpl-2.0.html]
-->
{*
{if (!$smarty.session.MOBILE_ACTIVE)}
<script type='text/javascript' src='gm/javascript/jquery/jquery.js'></script>
{/if}
*}
{$error}
<div class='gateway'>
{if $notHp}
<div class="gatewayError" style="display: block;">
<h3>{$smarty.const.HGW_TXT_GW_ERROR}</h3>
<div>{$smarty.const.HGW_MSG_GLOB_ERR}</div>
</div>
{else}
{if $error}
<h2>{$smarty.const.HGW_TXT_DOPAYMENT}</h2>
<div class="gatewayError">
<h3>{$smarty.const.HGW_TXT_GW_ERROR}</h3>
{foreach key=class item=error from=$errors}
<div class="{$class}">{$error}</div>
{/foreach}
</div>
{/if}
{if $pm != ''}
{include file="{$docPath}{$tplPath}/checkout_payment_heidelpay_{$pm}.html"}
{else}
{include file="{$docPath}{$tplPath}/checkout_payment_heidelpay_submit.html"}
{/if}
{/if}
</div>