This page determines the ranges and charges used if your store is configured to charge shipping based on weight ranges, or charges if you store is configured to charge shipping based on cost. You can set your cart to use either a weight range or cost range in Store Settings > Shipping Settings.
Ranges within a Shipping Method group should not overlap! The following example should be avoided:
Method | From | To | Rate |
---|---|---|---|
USA UPS Ground | 0 | 5 | 5.00 |
USA UPS Ground | 4 | 10 | 8.00 |
If the total weight/cost of the order came to 4.5, this would cause a problem because it fits into two different ranges.
Just as importantly, you need to be sure there are no gaps in the ranges like the following example:
Method | From | To | Rate |
---|---|---|---|
USA UPS Ground | 0 | 5 | 5.00 |
USA UPS Ground | 6 | 10 | 8.00 |
You can see in this example, if the total order weight/cost come to 5.5, there would be no shipping charge.
The following example shows the way weight/cost ranges should be set up, without any overlaps or gaps:
Method | From | To | Rate |
---|---|---|---|
USA UPS Ground | 0 | 5 | 5.00 |
USA UPS Ground | 5.01 | 10 | 8.00 |
One other point you should keep in mind is to prevent the possibility of going beyond the weight/cost ranges you have set up. For any defined method, the last weight/cost range should be set with a "To" weight/cost that is high enough to prevent the likelihood of going over the range, like the following example:
Method | From | To | Rate |
---|---|---|---|
USA UPS Ground | 100 | 200 | 35.00 |
USA UPS Ground | 200.01 | 10000000 | 50.00 |
Naturally, you would want to establish enough ranges for each method to cover any likely order weight/cost, then set the last range to a high figure to ensure you wont surpass it.
You can delete and edit ranges any time you wish, but just be sure not to inadvertently leave gaps or create overlaps.