让Ecshop商品价格用中文大写显示
2016-09-07 22:02 来源:www.chinab4c.com 作者:ecshop专家
让ecshop的商品价格以壹、贰、叁、肆、伍、陆等中文大写显示,chinab4c介绍以下方法: 首先在 /includes/lib_common.php 尾部加入下面函数。 function number2Chinese($num, $m = 1) { switch($m) { case 0: $CNum = array( array('零','壹','贰','叁','肆','伍','陆','柒','捌','玖'),array('','拾','佰','仟'), array('','萬','億','萬億') ); break; default: $CNum = array( array('零','一','二','三','四','五','六','七','八','九'), array('','十','百','千'), array('','万','亿','万亿') ); break; } if (is_integer($num)) { $int = (string)$num; } else if (is_numeric($num)) { $num = explode('.', (string)floatval($num)); $int = $num[0]; $fl = isset($num[1]) ? $num[1] : FALSE; } // 长度 $len = strlen($int); // 中文 $chinese = array(); // 反转的数字 $str = strrev($int); for($i = 0; $i<$len; $i+=4 ) { $s = array(0=>$str[$i], 1=>$str[$i+1], 2=>$str[$i+2], 3=>$str[$i+3]); $j = ''; // 千位 if ($s[3] !== '') { $s[3] = (int) $s[3]; if ($s[3] !== 0) { $j .= $CNum[0][$s[3]].$CNum[1][3]; } else { if ($s[2] != 0 || $s[1] != 0 || $s[0]!=0) { $j .= $CNum[0][0]; } } } // 百位 if ($s[2] !== '') { $s[2] = (int) $s[2]; if ($s[2] !== 0) { $j .= $CNum[0][$s[2]].$CNum[1][2]; } else { if ($s[3]!=0 && ($s[1] != 0 || $s[0]!=0) ) { $j .= $CNum[0][0]; } } } // 十位 if ($s[1] !== '') { $s[1] = (int) $s[1]; if ($s[1] !== 0) { $j .= $CNum[0][$s[1]].$CNum[1][1]; } else { if ($s[0]!=0 && $s[2] != 0) { $j .= $CNum[0][$s[1]]; } } } // 个位 if ($s[0] !== '') { $s[0] = (int) $s[0]; if ($s[0] !== 0) { $j .= $CNum[0][$s[0]].$CNum[1][0]; } else { // $j .= $CNum[0][0]; } } $j.=$CNum[2][$i/4]; array_unshift($chinese, $j); } $chs = implode('', $chinese); if ($fl) { $chs .= '点'; for($i=0,$j=strlen($fl); $i<$j; $i++) { $t = (int)$fl[$i];$chs.= $str[0][$t]; } } return $chs; } 第二步,对需要转换的变量,引用上面的函数“number2Chinese”。 例如,我想对商品详情页中的商品总价更改,如下图。 定位到其代码中的变量为$price ( /includes/lib_common.php文件第970行),如下图。 在return一行上方添加:$price = number2Chinese($price); 如下图。 (责任编辑:chinab4c) |
最近更新
常用插件
- ecshop2.7.2生成虚拟订单2.
以前我们开发过ecshop下的虚拟订单,就是客户在访问的时候,会自动生...
- ecshop2.7.1邮件发送插件
ecshop2.7.1邮件发送插件:该插件主要的开发思想是源于ecshop短信发送系统...
- ecshop没登陆情况下订单查
ecshop没登陆情况下订单查询插件,主要是针对ecshop在没有登陆的情况下...
- ecshop二次开发商品购买增
图片1香...
- ecshop最小购买数量控制插
ecshop最小购买数量控制插件,这个插件主要是为我们提供一个十分方便...
ecshop热门问答
ecshop热门资料
ecshop会员订单
ecshop法藤
ecshop问题
ecshop断续
ecshopmonodb
ecshop商品显示出错
ecshopECSHOP
ecshop多圈
ecshopDirectAdmin
ecshop申請
zencart二次开发
ecshopECM
ecshopdirname
ecshop春节
ecshop杂志订阅
ecshop1200
ecshopignee
ecshop改进
修改密码
ecshopExplorer
ecshop烦请
ecshopeaccelerator
ecshop年份
ecshop支付宝登录插件
ecshopcaches
ecshop时间短
ecshop价值
ecshop粗心
ecshop经销商
ecshop批量处理图片