
Originally Posted by
Absolute
The default shipping method is calculated using a cheapest shipping class function. If you use the developers tool in the admin, oyu can see which file this function exists within. You would need to go through and either replace this with a new function, or butcher the cheapest function to return the most expensive method.
Personally, I would go with creating a new class function, so that it is obvious when you return the code in a year or so what is happening.
Absolute