{script src="ajax,ecmall,ui.utils,ui.autocomplete,validator"}
{$lang.add_payment}
[
{$lang.list_payment}
]
{$lang.general}
{$lang.pay_name}:
{$info.pay_name|escape}
{$lang.pay_desc}:
{$info.pay_desc|escape}
{$lang.pay_fee}:
{$lang.pay_fee_note}
{foreach from=$info.config item=conf key=name} {if $info.pay_code eq 'alipay' and $name eq 'customer_code'} {else}
{$conf.name}:
{if $conf.type eq "text"}
{elseif $conf.type eq "textarea"}
{$conf.value}
{elseif $conf.type eq "select"}
{html_options options=$conf.range selected=$conf.value}
{else} {/if} {if $conf.desc}
{$conf.desc}
{/if}
{/if} {/foreach} {if $smarty.get.act eq 'edit' and ($info.config.alipay_real_method.value eq 0 or $info.config.alipay_virtual_method.value eq 0) and $info.pay_code eq 'alipay'} {if $info.config.customer_code}
{$lang.protocol}:
{$lang.alipay_unsign}
{$lang.alipay_unsign_note}
{else}
{$lang.protocol}:
{$lang.alipay_sign}
{$lang.alipay_sign_note}
{/if} {/if}
{include file="admin/templates/footer.html"}