{extends file='checkout/_partials/steps/checkout-step.tpl'} {block name='step_content'} {hook h='displayPaymentTop'} {* used by javascript to correctly handle cart updates when we are on payment step (eg vouchers added) *}
{if !empty($display_transaction_updated_info)}{l s='Transaction amount has been correctly updated' d='Shop.Theme.Checkout'}
{/if} {if $is_free}{l s='No payment needed for this order' d='Shop.Theme.Checkout'}
{/if} {* MARK: Własne ustawienia opcje płatności *} {assign var='customPaymentOptions' value=[ 'paynow' => [ 'img' => '/modules/paynow/views/img/logo-paynow.png', 'label' => 'BLIK, karty, szybkie przelewy' ], 'ps_wirepayment' => [ 'label' => 'Przelew bankowy' ], 'caraty' => [ 'label' => 'Raty CA' ], 'santandercredit' => [ 'label' => 'Raty Santander' ], 'payment-option-4' => [ 'img' => '/modules/raty/alior.gif', 'label' => 'Raty Alior' ], 'ps_cashondelivery' => [ 'label' => 'Płatność przy odbiorze' ] ]} {if $conditions_to_approve|count}{* At the moment, we're not showing the checkboxes when JS is disabled because it makes ensuring they were checked very tricky and overcomplicates the template. Might change later. *} {l s='By confirming the order, you certify that you have read and agree with all of the conditions below:' d='Shop.Theme.Checkout'}
{/if} {if $show_final_summary} {include file='checkout/_partials/order-final-summary.tpl'} {/if}