diff --git uc_node_checkout.module uc_node_checkout.module
index de54504..677e44f 100644
--- uc_node_checkout.module
+++ uc_node_checkout.module
@@ -825,7 +825,7 @@ function uc_node_checkout_node_view($node, $view_mode, $langcode) {
     if (!empty($product->data['attributes'])) {
       $node->content['uc_attribute_text'] = array(
         '#data' => $product->data['attributes'],
-        '#value' => theme('uc_node_checkout_node_attributes', $product),
+        '#value' => theme('uc_node_checkout_node_attributes', array('product' => $product)),
         '#weight' => -10,
       );
     }
