Configuring Shipping Charges

Return to Introduction  Previous page  Next page

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

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:

Flat shipping charge (flat) - this component is added to the shipping rate regardless of the weight, price and number of items ordered;
Shipping charge based on percentage of order subtotal (% of subtotal) - use this component to adjust shipping rates according to order subtotals;
Flat Shipping Charge Per Item Ordered (per item) - use this component to add an extra charge for every item ordered;
Flat Shipping Charge Per Lbs Ordered (per lbs) - use this component to specify weight-based charges;
Raw Online Rate (on-line rate) - this component is automatically calculated by shipping add-on modules and cannot be edited.

The formulas contain the following variables:

SHIPPING - calculated shipping fee;
ITEMS - amount of items in the shopping cart;
WEIGHT - total weight of all items in the shopping cart;
SUBTOTAL - total price of all items in the shopping cart.

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:
1) All national orders weighting under 10lbs should only include a flat shipping charge.
2) For orders over 10lbs a per lbs fee should be added.
3) International orders to be shipped to 'Zone 1' should have a rate dependent on the order subtotal plus a flat shipping charge.
4) International orders to other destinations should also include a per item fee.

The policy implementation will take the following steps:

0.Delete the default rule (Figure 3-27) by clicking on the 'Delete' button underneath its definition. This will leave the list of shipping charge definitions empty (Figure 3-28).

Figure 3-28: Empty list of shipping charges definitions

Figure 3-28: Empty list of shipping charges definitions

1.To define the first rule ('All national orders weighting under 10lbs should only include a flat shipping charge') complete the 'Add shipping charge values' form in the following way:
locate the 'Shipping methods' drop-down list and select the 'National shipping' option there,
make sure that 'All shipping zones' option is selected in the 'Shipping zones' drop-down list;
in the 'Weight' field specify the weight range as shown in Figure 3-29,
specify the flat shipping charge in the 'Flat' field, and
click on the 'Add new' button.

Figure 3-29: Defining the first rule

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-30: The first shipping charge formula defined

2.To define the next rule ('For orders over 10lbs a per lbs fee should be added') complete the 'Add shipping charge values' form as shown in Figure 3-31. Please note that since there is no way to define unlimited values, a huge number must be used instead to denote an unlimited weight.

Figure 3-31: Defining the second rule

Figure 3-31: Defining the second rule

3.To define the third rule ('International orders to be shipped to Zone 1 should have a rate dependent on the order subtotal plus a flat shipping charge') the 'Add shipping charge values' form should be completed as shown in Figure 3-32.

Figure 3-32: Defining the third rule

Figure 3-32: Defining the third rule

4.Figure 3-33 corresponds to the last condition ('International orders to other destinations should also include a per item fee').

Figure 3-33: Defining the fourth rule

Figure 3-33: Defining the fourth rule

5.Now we have defined the shipping rules for the shipping policy outlined above. It covers all possible cases of use of 'National shipping' and 'International shipping' methods, provided that 'Zone 1' is the only shipping zone defined apart from the 'Default zone'. If we had other zones defined, for example 'Zone 2', we would not have a rule for calculating shipping charges for that zone. If a customer tries to ship his order to Zone 2 destination, he would be notified that there are no shipping methods available for his destination.

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

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.