Index: ec_store/ec_store.views.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ecommerce/ec_store/ec_store.views.inc,v
retrieving revision 1.4.2.5
diff -u -p -r1.4.2.5 ec_store.views.inc
--- ec_store/ec_store.views.inc	22 Jan 2009 05:30:56 -0000	1.4.2.5
+++ ec_store/ec_store.views.inc	6 Feb 2009 20:50:34 -0000
@@ -213,6 +213,21 @@ function ec_store_views_data() {
       'field' => 'txnid',
       'type' => 'LEFT',
     ),
+    'node' => array(
+      'left_field' => 'vid',
+      'field' => 'vid',
+      'type' => 'LEFT',
+    ),
+  );
+
+  $data['ec_transaction_product']['txnid'] = array(
+    'title' => t('Transaction'),
+    'help' => t('Provides transactions that contain the product.'),
+    'relationship' => array(
+      'base' => 'ec_transaction',
+      'field' => 'txnid',
+      'label' => t('Transaction'),
+    ),
   );
 
   $data['ec_transaction_product']['nid'] = array(
