'nid', 'field' => 'nid', ); $data['uc_node_checkout_order_products']['order_product_id'] = array( 'relationship' => array( 'title' => t('Related product'), 'help' => t('The product node related via UC node checkout'), 'handler' => 'views_handler_relationship', 'base' => 'node', 'field' => 'nid', 'label' => t('Related product'), ), ); return $data; }