diff --git a/views/uc_views.views.inc b/views/uc_views.views.inc
index daa253b..26ec41b 100644
--- a/views/uc_views.views.inc
+++ b/views/uc_views.views.inc
@@ -95,6 +95,17 @@ function uc_views_views_data() {
     ),
   );
 
+  $data['uc_order_products']['nid'] = array(
+    'title' => t('Product NID'),
+    'help' => t('The Node ID of the ordered product'),
+    'relationship' => array(
+      'base' => 'node',
+      'field' => 'nid',
+      'handler' => 'views_handler_relationship',
+      'title' => t('Product NID'),
+    ),
+  );
+
 
   //Make the uc_order_products_qty_vw view visible for Views module
   $data['uc_order_products_qty_vw']['table']['group'] = t('Order product');
