This 3rd party Ubercart module allows you to manage a table of shipping quotes by ranges, according to weight or order total. It's the best solution for shipping methods that have no automated quote API, like the UK Royal Mail. Instead of creating multiple flat-fee records and conditional actions to choose from them, a single quote table will help you manage your manual quote lists in a clear and easy-to-use fashion. How it works: * Each row in the quote table has a Minimum field, Maximum field, and a Rate field. * The values of the min/max fields refer either to the combined weight of shippable items in the order, or to the order total. The quote mode applies to all rows in the table. * An advnaced no-overlap mechanism guarantees your table doesn't contain ambiguity: each order will have a single applicable quote (if any). * When a user checks out, uc_tablequote scans the quote table for the min/max range that contains his order according to the chosen mode, and returns the corresponding rate. Beside easily managing multiple flat fees, uc_tablequote also offers you a quick, painless way to offer free shipping for orders above a certain total. Coming soon: A single quote table is not enough for you? The next generation of uc_tablequote will allow you to manage multiple quote tables, each with its own ranges, rates, mode, and method label. Full integration with conditional actions will ensure each buyer gets a quote only from the tables that are relevant to him.