Job description
I have an online store running on PrestaShop.
Shipping prices currently charge according to the defined weights of products.
If the product weighs less than 30kg - the shipping cost is x,
if less than 60kg - the cost is 2x
I would like the price calculation to also take into account the different SKUs in the shopping cart.
Each SKU should be counted separately, that is:
SKU1 - quantity 15 - weight 15
SKU2 - quantity 31 - weight 31
Currently the shipping price is returned 2x, it should be returned 3x, because each SKU separately.