{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}
{foreach from=$payment_options item="module_options"} {foreach from=$module_options item="option"}
{if $option.additionalInformation} {/if} {/foreach} {foreachelse}

{l s='Unfortunately, there are no payment method available.' d='Shop.Theme.Checkout'}

{/foreach}
{if $conditions_to_approve|count}
{foreach from=$conditions_to_approve item="condition" key="condition_name"}
{/foreach}
{/if} {hook h='displayCheckoutBeforeConfirmation'} {if $show_final_summary} {include file='checkout/_partials/order-final-summary.tpl'} {/if}
{if $show_final_summary} {/if}
{if $selected_payment_option and $all_conditions_approved} {/if}
{hook h='displayPaymentByBinaries'} {/block}