Hello,
I've been searching the forum for a while, but can't find exactly the solution I'm looking for. This is the scenario:
On a website, the default shipping type is UPS which uses weight to get its quotes (like normal). But for certain products (which are very heavy), they want a flat rate method based on the state it's being shipped to.
So i've set up a new product class "Flat Rate Shipping" (and re-entered those products). I then set up conditional actions to check the state and product class. If both return true, then it fetches the flat rate. This works perfectly if there's just this type of product in the order.
However, if there is an order with both a Flat Rate and a UPS product, it currently shows both types of quotes on the checkout page. This is both incorrect and confusing to the customer. So I'm trying to find a way for Ubercart to add both the Flat Rate and UPS charges together to provide one combined shipping quote.
Stated differently - if there are multiple UPS quote products, Ubercart should combine them as per normal. And if there is also a Flat Rate product, it should add the appropriate flat rate onto the charge, with the result shown as one combined charge.
Thanks for any input!
Jim

