客户站点http://carfa.hk79.2ifree.com

原来的程序直接取整了,现在做下面修改。

首先打开文件

/carfa/web/includes/lib_common.php

第一步:在1028行找到

if ($change_price && defined('ECS_ADMIN') === false)

改成

if (0 && $change_price && defined('ECS_ADMIN') === false)


第二步:然后在1059行找到

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

改成

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

 

相关文章:

  • 2022-12-23
  • 2022-01-19
  • 2021-12-18
  • 2022-12-23
  • 2021-10-12
  • 2021-12-27
  • 2021-12-12
  • 2021-06-17
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-18
  • 2022-02-27
  • 2021-12-02
  • 2021-06-20
相关资源
相似解决方案