further inspection on freightquote module it is failing on the product quantity, what i need to figure out is to round the quantity.
i found this in the file. 'Weight' => ceil($product['quantity'] * (int)$product['weight']), and this 'PieceCount' => $product['quantity'], they dont seem to work.
Bookmarks