|
Setting Up Your Store > Shipping Settings > Shipping Charges |
Top Previous Next |
|
X-Cart shopping cart software allows you to define shipping rates for each shipping method and destination zone defined by the administrator of your store. This is done by setting up shipping rules in the 'Shipping charges' section. Each rule defines a shipping rate for a specific shipping situation (e.g. the shipping of an order the weight of which is between 10 and 15 lbs to the country located in zone 2 by UPS Ground should cost that much). Note: Each of the shipping methods can be used more than once: you can make any method available for more than one zone, or set up different shipping rules for the same method within one zone. If your shipping policy is complex you may need to define multiple shipping rules to cover all the cases. In X-Cart Pro shipping charges are defined by providers for the shipping methods set by the store admin. If a provider fails to define shipping charges for certain shipping methods, the shipping cost for those methods will be set to zero. In X-Cart Gold both shipping methods and shipping charges are defined by the store admin. If he fails to define shipping charges for certain shipping methods, such methods will be unavailable to customers. Shipping charges in your store are calculated according to the formula: SHIPPING = Rate + TOTAL_WEIGHT*Weight_Rate + ITEMS*Item_Rate + SUM*Percent_Rate/100 where: SHIPPING is Total shipping cost. Rate is Flat shipping charge. If you want the shipping charge to be a fixed value, enter the shipping charge amount into the "Flat" field. Weight_Rate is Shipping Charge Based on Product Weight. If you want shipping costs to be calculated based on the weight of the products ordered, enter the shipping charge amount into the "Per lb." field. The value in the "Per lb." field will be the flat shipping charge applied to each pound of the products ordered. Item_Rate is Shipping Charge Per Item. If you want shipping costs to be calculated based on the number of items (quantity) purchased, enter the amount into the "Per item" field. The value in the "Per item" field will be the flat shipping charge applied to each item of the products ordered. Percent_Rate is percent of the Total Amount Ordered. If you want the shipping charges to be calculated as a percentage of the total order amount, enter the shipping charge amount into "%" field. TOTAL_WEIGHT is the sum of weights of all the items in the shopping cart (variable). Product weight can be defined when you add a new product. ITEMS is the total number of items in the shopping cart (variable). SUM is the total order amount (variable).
![]()
Note: To define 'unlimited' weight and order subtotal amount, enter a huge value like 999999.9 (set by default).
Flat charge is the most commonly used option. It defines a fixed amount that will be charged if this rule is applied. (E.g. if the package weight is up to 10 lbs - the delivery costs $30) Percent charge - the delivery cost is calculated as a fixed percent of the order subtotal. It may be useful if you need insurance for the package depending on the package value. Per Item charge is a fixed amount charged for each item in the shopping cart. Per lb charge is a fixed amount charged for each lb of the order weight. The values in these fields can be combined.
When the page is reloaded, only the shipping methods belonging to the specified group will be displayed.
|