Joy-Bay Posted December 5, 2002 Posted December 5, 2002 Okay,.. here I go again. My brain is bending:P I'm shipping product by weight. I've set ..8:8.00,10:9.00,12:10,... The item weighs in at 10 pounds,.. yet shipping comes up as $10.00 not $9.00 When the item weight is 9 pounds,.. the shipping comes up as $9.00. This is correct. 9.99 pounds is still correct. Why is 10 pounds not $9.00???? Thanks, Mike & Joyce www.joy-bay.com
Christian Lescuyer Posted December 5, 2002 Posted December 5, 2002 Which shipping module are you using? I've checked in zone.php. The comparison operator is '<=' which should give the correct result. Christian Christian Lescuyer
Joy-Bay Posted December 5, 2002 Author Posted December 5, 2002 I found the file, but I am kind of weak in PHP,.. there is lots of stuff in the zones.php file. Where exactly do I look? There are many > and >='s:( Thanks, Mike & Joyce www.joy-bay.com
Joy-Bay Posted December 5, 2002 Author Posted December 5, 2002 I think the problem is in the table.php file instead of the zones.php? I'm not real good with PHP yet:( I don't know what $i is? but there's and $i<$keys_size and a $i<$n,... maybe one or both of these should be <=??? I'm not sure what $n is either:( Thanks, Mike & Joyce www.joy-bay.com
Recommended Posts
Archived
This topic is now archived and is closed to further replies.