diff --git a/modules/order/includes/views/commerce_order.views.inc b/modules/order/includes/views/commerce_order.views.inc
index 3a5af4b..68a8fdc 100644
--- a/modules/order/includes/views/commerce_order.views.inc
+++ b/modules/order/includes/views/commerce_order.views.inc
@@ -175,6 +175,16 @@ function commerce_order_views_data() {
       'handler' => 'views_handler_filter_date',
     ),
   );
+  
+  // Expose the order hostname.
+  $data['commerce_order']['hostname'] = array(
+    'title' => t('Orderer IP'),
+    'help' => t('The IP address of the order creator'),
+    'field' => array(
+      'handler' => 'views_handler_field',
+      'click sortable' => FALSE,
+    )
+  );
 
   // Expose links to operate on the order.
   $data['commerce_order']['view_order'] = array(
