{** * 2010-2020 Webkul. * * NOTICE OF LICENSE * * All right is reserved, * Please go through this link for complete license : https://store.webkul.com/license.html * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade this module to newer * versions in the future. If you wish to customize this module for your * needs please refer to https://store.webkul.com/customisation-guidelines/ for more information. * * @author Webkul IN * @copyright 2010-2020 Webkul IN * @license https://store.webkul.com/license.html *}

{l s='Payment Method' mod='wkonepagecheckout'}

{if $wk_is_logged == 1} {if isset($is_free) && $is_free}

{l s='No payment needed for this order' mod='wkonepagecheckout'}

{/if} {if isset($payment_options) && $payment_options}
{foreach from=$payment_options item="module_options"}
{foreach from=$module_options item="option"}
{* This is the way an option should be selected when Javascript is enabled *} {* This is the way an option should be selected when Javascript is disabled *}
{if Configuration::get('WK_CHECKOUT_PAYMENT_LOGO')}
{if $option.logo} {else} {/if}
{/if}
{php} $user_group = Customer::getDefaultGroupId( Context::getContext() -> customer -> id ); if ( $user_group >= 4 ) { {/php} {if $option.call_to_action_text == 'Zapłać przelewem'}

Przedpłata / Przelew

{else}

{$option.call_to_action_text}

{/if} {php} } else { {/php} {if $option.module_name == 'imoje'} {if $language.id == 2 }

Fast online transfers, BLIK, Google Pay and cards

{else}

{$option.call_to_action_text}

{/if} {else}

{$option.call_to_action_text}

{/if} {php} } {/php}
{if $option.module_name == 'imoje'} {/if} {if $option.additionalInformation}
{$option.additionalInformation nofilter} {if $option.module_name == 'ps_wirepayment'} {php} global $cookie; $iso_code = Language::getIsoById( (int)$cookie->id_lang ); $user_group = Customer::getDefaultGroupId( Context::getContext() -> customer -> id ); if ( $user_group >= 4 ) { if ( $iso_code == 'pl' ) echo 'Przedpłata po otrzymaniu faktury
Przelew w uzgodnionym terminie'; else echo 'Prepayment after receiving the invoice
Transfer within the agreed period'; } {/php} {/if}
{/if}
{if $option.form} {$option.form nofilter} {else}
{foreach from=$option.inputs item=input} {/foreach}
{/if}
{/foreach}
{/foreach}
{else}
{l s='Unfortunately, there are no payment method available.' mod='wkonepagecheckout'}
{/if} {else}
{l s='First you need to fill the shipping address.' mod='wkonepagecheckout'}
{/if}