diff --git a/uc_product/uc_product.module b/uc_product/uc_product.module
index a495013..2d72d59 100644
--- a/uc_product/uc_product.module
+++ b/uc_product/uc_product.module
@@ -722,7 +722,7 @@ function uc_product_view($node, $view_mode) {
   );
   $node->content['weight'] = array(
     '#theme' => 'uc_product_weight',
-    '#weight' => $node->weight,
+    '#amount' => $node->weight,
     '#units' => $node->weight_units,
     '#view_mode' => $view_mode,
   );
