I am currently getting an error on login page:
Warning: Division by zero in /includes/modules/order_total/ot_group_pricing.php on line 79
Line 79:
PHP Code:
$ratio = $od_amount['total']/$order_total;
I am currently getting an error on login page:
Warning: Division by zero in /includes/modules/order_total/ot_group_pricing.php on line 79
Line 79:
PHP Code:
$ratio = $od_amount['total']/$order_total;
Bookmarks