Skip to main content

Configuring the Free Shipping and Shipping Freights add-on

Learn about the add-on settings

A
Written by Anna Verbichenko
Updated over 2 weeks ago

The Free shipping and Shipping freights add-on includes a settings page in X-Cart versions up to 5.6.0.0. In X-Cart 5.6.x, it no longer has a separate settings page.

The image below demonstrates the add-on settings page as it appears in X-Cart 5.5.1.x:

The settings page provides an only setting:

  • Shipping cost for products with a defined shipping freight value should be calculated as

This setting enables you to specify how the shipping cost for products with an assigned shipping freight should be calculated. It can be either the product's shipping freight only or a sum of the product's shipping freight and the regular shipping rate set for delivery to the customer's location.

  • Suppose the setting has the value of "shipping freight + regular fee." In that case, shipping costs are calculated as a sum of a regular shipping fee plus all additional freight values of the products with the constant shipping freights from this order. Even if the order includes only products with the defined shipping freight property, this rule applies.

  • If the setting has the value of "shipping freight only," shipping costs are calculated as a sum of all freight values of the products with the constant shipping freights from this order.

To understand the rules better, let us consider the following example.

We have:

  1. Product_A with a defined shipping freight of $10;

  2. Product_B with a defined shipping freight of $20;

  3. Product_C without a defined shipping freight value;

  4. A regular delivery option of $12 per order.

If you set the the "Shipping cost for products with a defined shipping freight value should be calculated" setting to "shipping freight + regular fee":

  • The total shipping cost for an order containing Product_A + Product_B + Product_C will be $42 ($10 freight + $20 freight + $12 regular delivery fee);

  • The total shipping cost for an order containing Product_A + Product_B will be also $42 ($10 freight + $20 freight + $12 regular delivery fee);

  • The total shipping cost for an order containing only the Product_C will be $12 (the regular delivery fee).

If you set the "Shipping cost for products with a defined shipping freight value should be calculated as" setting to "shipping freight only":

  • The total shipping cost for an order containing Product_A + Product_B + Product_C will be $42 ($10 freight + $20 freight + $12 regular delivery fee);

  • The total shipping cost for an order containing Product_A + Product_B will be $30 ($10 freight + $20 freight);

  • The total shipping cost for an order containing only the Product_C will be $12 (the regular delivery fee).

Related pages:

Did this answer your question?