=== modified file 'shipping/uc_weightquote/uc_weightquote.module' --- old/shipping/uc_weightquote/uc_weightquote.module 2009-08-14 19:10:32 +0000 +++ new/shipping/uc_weightquote/uc_weightquote.module 2009-11-11 02:45:25 +0000 @@ -235,7 +235,7 @@ // Add the product-specific rate. $product_rate = uc_price($price_info, $context); } - $rate += $product_rate * $product->weight * uc_weight_conversion($node->weight_units, variable_get('uc_weight_unit', 'lb')); + $rate += $product_rate * $product->weight * uc_weight_conversion($product->weight_units, variable_get('uc_weight_unit', 'lb')); } unset($context['subject']['order_product']);