With the Advanced Shipping Cost Plus module, make your PrestaShop store compliant with the Darcos law in just a few clicks, simply and effectively.
Understanding the Darcos Law
The Darcos law of December 30, 2021, imposes the following delivery fees on all online book sales market players:
€3 delivery fee for any order containing less than €35 of new books
For orders over €35, the minimum shipping fee will be charged at €0.01
These shipping fees apply even if other products are added to the cart, and concern all online orders, whether delivery is to home or a pickup point.
This regulation applies throughout metropolitan France and concerns all customers in France.
Setting up the rule in the module
1. In the Advanced Shipping Cost Plus module, click on the Add a rule button located at the top right.
2. Give a name to your rule such as Delivery - Darcos Law
3. In the Conditions tab, select the Products condition, then choose the categories
(or products, features) corresponding to books.
4. In the Actions tab, select Formula, then enter the following formula:
IF(total_products <= 35; 3; 0.01)
5. Then, click on Save.