众所周知,IPS等国内收款方式是以人民币来结算的,所以要求后台货币中含有人民币,我我们做外贸的由于有些原因并不想客户前台看到“人民币”,或者以人民币付款
默认方法
includesmodulessideboxescurrencies.PHP中查找
1 |
$currencies_array [] = array ( 'id' => $key , 'text' => $value [ 'title' ]);
|
替换为:
1 |
if ( $key != 'CNY' ) $currencies_array [] = array ( 'id' => $key , 'text' => $value [ 'title' ]);
|
注:这是使用默认sidebox货币框时的修改方式,有写模板时在有些模板这个文件在 includestemplates(your_template_name)templatestpl_header_currencies.php