国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網站 > 建站經驗 > 正文

ecshop錯誤number_format() expects parameter 1 to be

2024-04-25 20:40:23
字體:
來源:轉載
供稿:網友

ecshop錯誤: Warning: number_format() expects parameter 1 to be double, string given in /includes/lib_common.php on line 974

Ecshop購物車確認頁面出現number_format()錯誤的解決辦法

Warning: number_format() expects parameter 1 to be double,

一般在這種情況

1)PHP版本為5.3.0及以上版本

2)配送方式免費額度為0

下時,才會出現number_format()錯誤提示。

Warning: number_format() expects parameter 1 to be double, string given in /includes/lib_common.php on line 945

那么要如何來解決呢,下面最模板就說一下解決辦法:

在includes/lib_common.php中找到price_format()函數把:

else

{

$price = number_format($price, 2, '.', '');

}

修改為

else

{

$price = $price ? number_format($price, 2, '.', ''):0;

}

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 河池市| 临高县| 鄱阳县| 嘉峪关市| 五莲县| 邵东县| 胶州市| 冕宁县| 武城县| 克拉玛依市| 长岭县| 平江县| 乐昌市| 泽普县| 和田市| 水城县| 洪江市| 祥云县| 乐平市| 广灵县| 绥江县| 邵阳市| 工布江达县| 平谷区| 开封市| 博白县| 鱼台县| 镶黄旗| 获嘉县| 都兰县| 陵水| 阿城市| 甘孜县| 云阳县| 阆中市| 滨州市| 丹东市| 麦盖提县| 武功县| 民乐县| 鹤峰县|