已使用 (<{$useNum}>) 所有 (<{$allNum}>)
<{if $useNum eq 0}>

支付方式是指顾客在商店购物支付货款的方式。
系统为您集成了在线支付、预存款和线下付款等主流方式,您只需要点击启用即可。

您还没有选定支付方式,请点此挑选您需要的支付方式。

<{else}>
<{foreach from=$usePay item=item key=key}> <{/foreach}>
<{$item.custom_name}> <{$item.pay_intro}> <{if $item.update eq true}> 升级 <{/if}> <{if $item.exist eq true}> 修复 <{/if}> 配置 |删除 <{if $item.dis eq 'false'}> 停用 <{else}> 启用 <{/if}>
<{/if}> <{if $useNum>0}>

还需要更多的支付方式,请点此挑选。

<{/if}>
<{if $noData eq 'true' }>

对不起,系统正在维护当中,请稍等...

<{else}>

常用支付方式

<{foreach from=$allPay item=item key=key}> <{if $item.pay_type =='common'}> <{assign var="name" value=$item.pay_name|urlencode}> <{if $item.disable =='true'}> <{else}> <{/if}> <{/if}> <{/foreach}>
<{$item.pay_name}> <{$item.pay_intro}><{button type="button" label="启用" onclick="W.page('index.php?ctl=trading/payment&act=do_install&p[0]={$item.pay_ident}&operation_type=install',{onRequest:function(){window.mainwidth=$('main').getStyle('width')}})" icon="btn_add.gif"}><{button type="button" label="添加" onclick="W.page('index.php?ctl=trading/payment&act=editPayment&p[0]={$item.id}&p[1]={$name}&p[2]={$item.pay_ident}',{onRequest:function(){window.mainwidth=$('main').getStyle('width')}})" icon="btn_add.gif"}>

国内其他支付方式

<{foreach from=$allPay item=item key=key}> <{if $item.pay_type =='china'&& $item.hidden =='false'}> <{assign var="name" value=$item.pay_name|urlencode}> <{if $item.disable =='true'}> <{else}> <{/if}> <{/if}> <{/foreach}>
<{$item.pay_name}> <{$item.pay_intro}><{button type="button" label="启用" onclick="W.page('index.php?ctl=trading/payment&act=do_install&p[0]={$item.pay_ident}&operation_type=install',{onRequest:function(){window.mainwidth=$('main').getStyle('width')}})" icon="btn_add.gif"}><{button type="button" label="添加" onclick="W.page('index.php?ctl=trading/payment&act=editPayment&p[0]={$item.id}&p[1]={$name}&p[2]={$item.pay_ident}',{onRequest:function(){window.mainwidth=$('main').getStyle('width')}})" icon="btn_add.gif"}>
查看更多>>

国外常用支付方式

<{foreach from=$allPay item=item key=key}> <{if $item.pay_type =='other' && $item.hidden =='false'}> <{assign var="name" value=$item.pay_name|urlencode}> <{if $item.disable =='true'}> <{else}> <{/if}> <{/if}> <{/foreach}>
<{$item.pay_name}> <{$item.pay_intro}><{button type="button" label="启用" onclick="W.page('index.php?ctl=trading/payment&act=do_install&p[0]={$item.pay_ident}&operation_type=install',{onRequest:function(){window.mainwidth=$('main').getStyle('width')}})" icon="btn_add.gif"}><{button type="button" label="添加" onclick="W.page('index.php?ctl=trading/payment&act=editPayment&p[0]={$item.id}&p[1]={$name}&p[2]={$item.pay_ident}',{onRequest:function(){window.mainwidth=$('main').getStyle('width')}})" icon="btn_add.gif"}>
查看更多>>
<{/if}>