This commit is contained in:
2025-03-21 20:24:43 +01:00
parent 224398df90
commit f34c9162d4
12427 changed files with 5329941 additions and 373384 deletions

View File

@@ -14,6 +14,9 @@
<form action="{$paynow_url|escape:'htmlall':'UTF-8'}" method="POST">
{/if}
<p class="payment_module paynow{if !empty($method.pbls)} with-pbls{/if}">
{if (Module::isEnabled('onepagecheckoutps'))}
<a href="window.location = '{$paynow_url|escape:'htmlall':'UTF-8'}'" style="display: none">{$cta_text|escape:'htmlall':'UTF-8'}</a>
{/if}
{include file="./_partials/payment_method_button.tpl"}
{if !empty($method.pbls)}
{include file="./_partials/payment_pbls.tpl"}
@@ -30,6 +33,9 @@
{else}
<form action="{$paynow_url|escape:'htmlall':'UTF-8'}" method="POST">
<p class="payment_module paynow">
{if (Module::isEnabled('onepagecheckoutps'))}
<a href="window.location = '{$paynow_url|escape:'htmlall':'UTF-8'}'" style="display: none">{$cta_text|escape:'htmlall':'UTF-8'}</a>
{/if}
<button name="paymentMethodId" type="submit" class="payment-option">
<img src="{$logo|escape:'htmlall':'UTF-8'}" alt="{$cta_text|escape:'htmlall':'UTF-8'}">
{$cta_text|escape:'htmlall':'UTF-8'}