{lbl_pmnt_to_list} » {'pmnt_add_payment_method'|translate|replace:'%STEP_NUMBER%':$step_num}

{if $step eq 'type'}

{lbl_pmnt_modules_types_title}

{foreach from=$paymtd_types item=_info key=_key} {if $_info.count} {**} {/if} {/foreach}
({$_info.count})

{/if} {if $step eq 'module'}

{$method_type_const|translate}

{foreach from=$payment_modules item=_module key=_key name=_fe} {/foreach}
{if $_module->default_logo}{else} {/if} {* *}
{$_module->description}

{/if} {if $step eq 'settings'} {$MessageBlock}
{if $settings} {section name=i loop=$settings} {/section} {/if}
{'enabled'|translate}
{"str_name"|translate}: {html_text name="Name" values=$data style="width:250px"}
{"str_description"|translate}:
{html_textarea rows="2" cols="30" name="description" values=$data style="width:510px"}
{"mdl_shipping_methods_are_allowed"|translate}: {foreach from=$ShippingMethodsToAllow item=_method}
{/foreach}
{"pmnt_calctax_for_this_payment_type"|translate}:
{"pmnt_email_comments_text"|translate}:
{html_textarea rows="2" cols="30" name="email_comments_text" values=$data style="width:510px"}
{"str_logo"|translate}: {if $data.logo}
{/if}

{'pmnt_module_settings'|translate|replace:'%MODULE_NAME%':$moduleEntry->title} {if $moduleEntry->description}

{$moduleEntry->description}

{/if}
{$settings[i].settings_title}:
{$settings[i].settings_description}
{$controls[i]}
{/if}