- Calculate shipping costs correctly
PrestaShop calculates the shipping costs of the order without taking into account the discounts (cart rules), it applies an incorrect rate and you may end up with a loss.
Example:
Shipping rates
- From 0€ to 60€ -> 5€
- From 60€ -> Free
How does PrestaShop calculate it?
Cart
Products amount: 70€
Cart rules (discounts): -20€
Total cart amount: 50€
- Shipping costs: Free (instead of 5€)
How does the module calculate it?
Cart
Products amount: 70€
Cart rules (discounts): -20€
Total cart amount: 50€
- Shipping costs: 5€
Although the free shipping costs apply to orders over 60€, PrestaShop calculates shipping costs based on the amount of the products without taking into account discounts, i.e. 70€, therefore it applies free shipping costs.
With this module, you can calculate the fee from the final amount paid by the customer, i.e. the amount of the products minus the discounts applied.
- Applies free shipping if the order is free
The module also allows you to apply free shipping when the order is free. This option is configurable, it is not mandatory to apply it.
Example:
Shipping Rates
- From 0€ to 60€ -> 5€
- From 60€ -> Free
How does PrestaShop calculate it?
Cart
Amount of the products: 70€
Cart rules (discounts): -70€
Total amount of the cart: 0€
- Shipping costs: 5€
How does the module calculate it?
Cart
Amount of the products: 70€
Cart rules (discounts): -70€
Total amount of the cart: 0€
- Shipping costs: Free
A single payment
The module has no additional costs. You only need to make one payment for the module licence for your store.