{* payment types configuration *}

{if $configuration_saved eq 1} {$smarty.const.ADMIN_UPDATE_SUCCESSFUL} {/if}

{section name=i loop=$payment_types} {/section}
{section name=j loop=$payment_types[i].ShippingMethodsToAllow} {/section}
{$payment_types[i].ShippingMethodsToAllow[j].name}
{$smarty.const.DELETE_BUTTON}
{section name=j loop=$shipping_methods} {/section}
{$shipping_methods[j].Name}