I have UPS working but it only goes up to 150 pounds which is fine.
I have table rate charge for items OVER 150 pounds, which is fine and also works great.
The issue is that as soon as it goes over 150 pounds, it still TRIES to quote UPS which returns an error. I would rather it just omit UPS once 150 pounds has been reached to begin with.
Anyway to disable UPS after 150 pounds has been surpassed?
Something like this should work:
put it before this:
$method_data = array(); in the ups.php file.
Mike
Code: Select all
if ( $this->cart->getWeight() > 150 ) {
$status = false;
}
$method_data = array(); in the ups.php file.
Mike
cue4cheap not cheap quality
Who is online
Users browsing this forum: No registered users and 6 guests