artonsilk Posted March 17, 2008 Posted March 17, 2008 Hello I'm new to all this I am getting error messages comming up on the checkout pages as follows Warning: Division by zero in /usr/local/psa/home/vhosts/paula.alivewww.co.uk/httpdocs/osCommerce/includes/classes/shipping.php on line 61 Warning: Division by zero in /usr/local/psa/home/vhosts/paula.alivewww.co.uk/httpdocs/osCommerce/includes/classes/shipping.php on line 62 I am also getting tax added when I thought I have set it all to zero . . . . . any thoughts . . . .anyone . . . . .please artonsilk
hakoMike Posted March 17, 2008 Posted March 17, 2008 This is what I have for that area of code: if ($shipping_weight > SHIPPING_MAX_WEIGHT) { // Split into many boxes $shipping_num_boxes = ceil($shipping_weight/SHIPPING_MAX_WEIGHT); $shipping_weight = $shipping_weight/$shipping_num_boxes; } Division by zero would happen if SHIPPING_MAX_WEIGHT was set to zero. Check Configuration->Shipping/Packaging and see if your "Enter the Maximum Package Weight you will ship" isn't set to zero. Hope that helps! programmer != graphic designer
artonsilk Posted March 17, 2008 Author Posted March 17, 2008 thanks very much. it works a treat!! artonsilk
Recommended Posts
Archived
This topic is now archived and is closed to further replies.