bjhampe Posted February 16, 2006 Posted February 16, 2006 I am trying to figure out what I need to change to override the shipping amounts that come from threeday.php, twoday.php and priority.php if the cart weight is over 25 lbs. I tried adding this: $total_weight = $cart->show_weight(); if ($total_weight > 25) { $this->quotes = 'Actual Shipping'; } to the quote function but got an error. Any ideas? TIA
bjhampe Posted March 7, 2006 Author Posted March 7, 2006 Just bumping this hoping to get an answer, this is a real issue for me. Thanks.
bjhampe Posted April 6, 2006 Author Posted April 6, 2006 Still hoping somebody has an asnwer for me. Thanks.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.