0
votes

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.

1

1 Answers

1
votes

This is working as it should. Shipping fee is added for each product. It's not aggregated. You can't do what you want with PrestaShop. Probably there are some modules to do it.

Other thing that you could try is to create a new carrier and set higher fees, only for these products.