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

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

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

<{else}>
<{foreach from=$usePay item=item key=key}> <{/foreach}>
<{$item.pay_name}> <{$item.pay_intro}> <{if $item.update eq true}> 升级| <{/if}> 配置 |删除 <{if $item.disabled eq 'true'}> |启用 <{else}> |停用 <{/if}>
<{/if}>

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

常用支付方式

<{foreach from=$allPay item=item key=key}> <{if $item.pay_type =='common'}> <{assign var="name" value=$item.pay_name|urlencode}> <{/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}',{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}> <{/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}',{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}> <{/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}',{onRequest:function(){window.mainwidth=$('main').getStyle('width')}})" icon="btn_add.gif"}>