Build A Custom
Shipping Rate Table
You will need to decide which
value you will base your shipping on. You have 3 choices, Weight,
Price or Quantity. The checkout page will calculate shipping
based on the ranges you set and the paired value for cost.
In the sample shown, if the
total item weight is less than 1lb the cost for
shipping would be $1.00.
If the total item weight is between 1lb and 5lbs,
the cost for shipping would be $2.00.
If the total item weight is between 5 and 10lbs
the shipping would be $3.00.
The same will apply for Price
and Quantity. You only need to fill in the collum that applys to
the shipping method you intend to use. Below are several examples
of different shipping methods that can be used.
You can use as many fields as
needed up to 200. If you fill in the forms provided, submit and
return to the page. 20 additional forms will be added to the page
untill the form is maxed out at 200.
Shipping By Quantity:
Example 1
Quantity |
Cost |
10 |
10.00 |
20 |
5.00 |
30 |
0.00 |
|
Example 2
Quantity |
Cost |
1 |
1 |
2 |
1.5 |
3 |
1.8 |
|
Example 3
Quantity |
Cost |
1 |
1.00 |
2 |
2.00 |
3 |
3.00 |
|
Example 4
Quantity |
Cost |
10 |
5.00 |
20 |
7.00 |
30 |
9.00 |
|
Example 1: Shows decreasing
cost based on increasing numbers of products.
Example 2: Shows increasing
cost non-linear with linear increase in quantity.
Example 3: Increasing quantity
and increasing cost.
Example 4: Increasing quantity
range with non-linear increasing cost.
|