In my Prestashop 1.7.5 store I have some products with Shipping Fees, they all have the same additional fee (12.00).
I noticed that for each product with Shipping Fees that is added to the cart, instead of using a fixed shipping of 12.00, its being multiplied by all the products with that additional fee:
- Product 1
- Product 2
- Product 3
- Shipping Total: 36,00
This is not the intended result, it should be 12.00 for all the products.
How can i solve this issue? Is is there any Prestashop setting that i'm missing?
RESOLVED: Based on @idnovate solution i managed to solve my issue. I created a new carrier with specific weight params and applied those values to the desired products.