VPCART will calculate the shipping price automatically by reading the shipmethods table. You need to update this table to reflect your shipping methods and costs.
The following table shows an example of how you could set up weight shipping.
Shipping Method |
Base Price |
Extra Cost |
Express |
2 |
2 |
Normal |
3.95 |
1 |
Airmail |
6 |
4 |
Download |
0 |
0 |
Shipping Method is a name for your shipping method.
Base Price is the amount that will be charged regardless of weight.
Extra Cost is multiplied by the weight of the products and the quantity ordered.
The total is the sum of the amounts above.
If you have specified that there are free shipping products and only those are purchased, then the shipping cost will be zero.