{* payment types configuration *}

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

{section name=i loop=$payment_types} {/section}
{$smarty.const.STRING_PAYMENT_TYPE}
  {$smarty.const.STRING_NAME} {$smarty.const.STRING_DESCRIPTION} {$smarty.const.STRING_SHIPPING_METHODS_ARE_ALLOWED} {$smarty.const.STRING_PAYMENT_CALCTAX} {$smarty.const.STRING_PAYMENT_MODULE_EMAIL_COMMENTS_TEXT} {$smarty.const.STRING_MODULE_NAME} {$smarty.const.ADMIN_SORT_ORDER}  
{section name=j loop=$payment_types[i].ShippingMethodsToAllow} {/section}
{$payment_types[i].ShippingMethodsToAllow[j].name}
{$smarty.const.DELETE_BUTTON}
{$smarty.const.ADD_BUTTON}:
{section name=j loop=$shipping_methods} {/section}
{$shipping_methods[j].Name}