{* * We offer the best and most useful modules PrestaShop and modifications for your online store. * * We are experts and professionals in PrestaShop * * @author PresTeamShop.com * @copyright 2011-2017 PresTeamShop * @license see file: LICENSE.txt * @category PrestaShop * @category Module *} {block name='step_payment'} {*{if $total_order <= 0} {l s='Free Order.' mod='onepagecheckoutps'} {else if !$payment_options|count)}

{l s='There are no payment methods available.' mod='onepagecheckoutps'}

{else if !$is_logged and !$is_guest and $payment_need_register and $CONFIGS.OPC_SHOW_BUTTON_REGISTER}

{l s='You need to enter your data and address, to see payment methods.' mod='onepagecheckoutps'}

{else}*}
{foreach from=$payment_options item="module_options" key="name_module"} {foreach from=$module_options item="option"}
{if !empty($option.logo) and $CONFIGS.OPC_SHOW_IMAGE_PAYMENT}
{/if}
{if isset($option.title_opc)} {$option.title_opc} {else} {$option.call_to_action_text} {/if} {if isset($option.description_opc)}

{$option.description_opc}

{/if}
{if $CONFIGS.OPC_SHOW_DETAIL_PAYMENT} {if $option.additionalInformation} {/if} {/if}
{if $option.form} {$option.form nofilter} {else}
{foreach from=$option.inputs item=input} {/foreach}
{/if}
{/foreach} {foreachelse}

{l s='Unfortunately, there are no payment method available.' mod='onepagecheckoutps'}

{/foreach}
{* {/if}*} {/block}