it wouldn't make sense to multiply the dimensions by the qty.Julio Cesar C G wrote:The weight of the product in your shopping cart is multiplied by quantity. This is
right? The dimensions are not multiplied by quantity.
4x product (10kg), $product['weight'] in the cart = 40Kg
but
4x product (H=10cm), $product['height'] in the cart = 10cm
take for instance you have a product with dimensions of 10x10x10 that is a volume of 1000 now if you multiplied h w l each by qty if you had 5 items in cart it would be 50x50x50 which would give you a volume of 125000 which is not correct it should be 5000.