|
Configuring Shipping Charges |
|
|
In order for your LiteCommerce software to automatically calculate shipping charges at the checkout time, you first need to specify the shipping charge calculation rules using the 'Charges' tab in the 'Shipping settings' section of the 'Settings' menu (Figure 3-27). ![]() Figure 3-27: 'Shipping charges' tab with original shipping charge definition Shipping charge calculation rules are used to calculate shipping charges based on shipping method selection, shipping destination, and amount, weight and price of items placed in the shopping cart. These rules are comprised of several components (rate types) and can be represented by formulas based on the following generic pattern: SHIPPING = flat + ITEMS*per_item + WEIGHT*per_lbs + SUBTOTAL*(% of subtotal)/100 For real-time shipping methods (USPS, UPS, Intershipper and others) the pattern is different: SHIPPING = on-line_rate + flat + ITEMS*per_item + WEIGHT*per_lbs + SUBTOTAL*(% of subtotal)/100 Descriptions for various rate types are provided below:
The formulas contain the following variables:
Based on these patterns, separate shipping charge calculation rules can be defined for different shipping methods and shipping zones. What's more, the same shipping method and shipping zone combination can have different shipping charge calculation rules based on order weight, price and item quantity ranges. Weight, price and item quantity ranges used to define the rules for the same shipping method and zone must not overlap, in order to prevent ambiguous shipping rate definitions. The mechanism of defining shipping rate calculation rules is very flexible, and it is desirable that you develop your shipping charges policy prior to defining the rules in LiteCommerce software. The following sample policy will be used below to explain how to define shipping rules: Shipping charges policy: The policy implementation will take the following steps:
![]() Figure 3-28: Empty list of shipping charges definitions
![]() Figure 3-29: Defining the first rule The newly defined rule will look as shown in Figure 3-30. ![]() Figure 3-30: The first shipping charge formula defined
![]() Figure 3-31: Defining the second rule
![]() Figure 3-32: Defining the third rule
![]() Figure 3-33: Defining the fourth rule
Once the shipping rules have been defined, you can review the list of rules in full or in part. To see the full list of shipping rules, in the 'Edit charges for' field choose 'All shipping methods' and 'All shipping zones' to be displayed. To see a partial list, refine your selection of shipping methods and shipping zones by choosing the appropriate options from the corresponding drop-down lists (Figure 3-34). ![]() Figure 3-34: A list of shipping charges defined for Zone 1 To modify any of the existing shipping rules, change the values as needed and click on the 'Update' button underneath the list of shipping rules to save your changes. Note: To define shipping charge calculation rules for real-time shipping methods please refer to the corresponding manuals on real-time shipping add-on modules. |