|
There are seven basic methods for calculating shipping. The first three are relatively easy to understand but the final four, which involve setting up an array of prices, are quite complex but powerful. Of course you don't have to use shipping at all and you can have the entire shipping line removed from the cart. Option 1 : a fixed value Option 2 : based on quantity of items purchased Option 3 : based on a total of weight or some other value Option 4 : shipping array by quantity Option 5 : shipping array by alternative unit Option 6 & 7 : shipping array by bands Option 8 : Posting in your own shipping cost
You can also post in any data you like, for example if you want to record what options the customer choose when they used your shipping calculator. Use a field named shipopts. The data is not displayed to the customer but it is stored along with the rest ot the details about the order. Shipping API Enter an HTML link to your calculation script in the message box. The special string will be replaced with a query string containing the total units currently in the cart plus the language and currency variables: For example you might enter in the setup To calculate shipping for this order The fields included in are: units - the total units in the cart You may not be using some of these fields, they are optional, but they are there so that you can maintain continuity if you need to.
|

