{* * NOTICE OF LICENSE * * This source file is subject to the MIT License (MIT) * that is bundled with this package in the file LICENSE.md. * * @author mElements S.A. * @copyright mElements S.A. * @license MIT License *} {if !empty($payment_options)} {foreach from=$payment_options item=method} {if ($method.type !== 'BLIK' AND $method.type !== 'PBL' || ($method.type == 'BLIK' AND $method.authorization != 'CODE')) }
{/if}

{if (Module::isEnabled('onepagecheckoutps'))} {$cta_text|escape:'htmlall':'UTF-8'} {/if} {include file="./_partials/payment_method_button.tpl"} {if !empty($method.pbls)} {include file="./_partials/payment_pbls.tpl"} {else} {if $method.authorization == 'CODE'} {include file="./_partials/payment_method_blik_form.tpl"} {/if} {/if}

{if ($method.type !== 'BLIK' AND $method.type !== 'PBL' || ($method.type == 'BLIK' AND $method.authorization != 'CODE')) }
{/if} {/foreach} {else}

{if (Module::isEnabled('onepagecheckoutps'))} {$cta_text|escape:'htmlall':'UTF-8'} {/if}

{/if}