Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Override Shipping Cost


bjhampe

Recommended Posts

Posted

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

  • 3 weeks later...
Posted

Just bumping this hoping to get an answer, this is a real issue for me.

 

Thanks.

  • 5 weeks later...
  • 2 years later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...