Downloads
This module provides a collection of standard views (http://drupal.org/project/views) for Ubercart.
It also describes some of the Ubercart data tables to views, so you can create your own views, based on these data using the views_ui.
If you have some killer views, not included in this module, please don't be shy - share them with us 
Current views
- new_products: Block view displaying the most recently added products
- popular_products: Block view displaying the products which has sold the highest quantity
- product_pairs_block: Block view providing 'Users who bought the selected product also bought these' list
- user_products: Block view displaying a list of the products which the user most often end up buying.
- uc_order: Page listing all orders.
The module will install a number of database views, which is needed for some of the default views
that ships with this module. If that is a problem for you, you should disable the views, and remove
the database views after installation (the sql to remove the views are found in the .install file).
Installing Ubercart Views
Place the content of this directory in sites/all/modules/uc_views
Navigate to administer >> build >> modules. Enable Ubercart Views.
Please note that most of the views included in this module assumes that images are turned on and
configured for products (See administer >> Store administration)
Dependencies
The following modules are required to use the views in this module:
- Ubercart http://drupal.org/project/ubercart
- Views http://drupal.org/project/views
- Views Slideshow http://drupal.org/project/views_slideshow


