于洋博客 互联网点滴记忆

9Oct/100

PHP Warning: Division by zero in includes/modules/order_total/ot_coupon.php on line 364

Zencart后台增加优惠券,如果客户使用优惠券,在订单支付确认页面会出现警告。原因估计是因为商品没有指定税,导致计算税率折扣时出现除数为零。简单的修复方法是,364行修改为:

if($order->info['tax']!=0){
              $ratioTax = $adjustedTax/$order->info['tax'];
 }

Filed under: PHP, Zen Cart Leave a comment
Comments (0) Trackbacks (0)

No comments yet.


Leave a comment

(required)

No trackbacks yet.