I am facing two issues with shipping configuration:
1.) How do I configure shipping quotes based on the weight of the package expressed as a range? For example, my current shipping costs in the ZenCart store I am moving to Ubercart are something like this: 100:2,500:6,1000:12,1500:18,2000:24 (the number to the left of the colon is the weight in grams and the one to the right of the colon is the price in dollars).
2.) In ZenCart, I could also let users choose a shipping mode and have a separate quote for that. For example, for shipping books by seamail, the shipping costs were like this: 1000:1,2000:1.5,3000:2,4000:2.5,5000:3. Do I need to roll out my own module for this?
A third thing that is confusing is that all my products have their weight in grams, but it seems the shipping can only be configured in lbs.


