Is there anybody who knows how Prestashop calculate: - Maximum package length? - Maximum package width? - Maximum package depth? - Maximum package weight? (All of those to set in carrier settings.) Is this sum of all products in shopping cart or something else? e.g.: length of product_A = 10cm length of product_B = 20cm width of product_A = 20cm width of product_B = 30cm weight of product_A = 1kg weight of product_B = 2kg etc. So, sum of lenght is 30cm sum of width is 50cm and weight is 3kg Should carrier be displayed in delivery methods if max lenght is set to 20cm and disabled when out of range? or Should carrier be displayed in delivery methods if max weight is set to 2kg and disabled when out of range? Maybe "Max Package" options are only checking every single product and then if one is oversized or overweight doesn't show carrier in delivery methods. Maybe completly in other ways?