2 Advanced catalog add custom filer on ubercart catalog
4 - Ordering by position, name, price, weight, lenght, width or height.
5 - Sort ascending or descending
6 - Mode filter to display your catalog using display suite (node display).
9 - product attributes filter
11 *******************************************************************************************
14 This module is in active development, currrently there is some restrictions:
15 Attributes by product class not supported
16 Only options select or checkboxes cck support (render as select)
18 *******************************************************************************************
23 This module require at least version 6.x of Drupal and Ubercart 6.x-2.4
25 * Display suite 6.x.1.4+: http://drupal.org/project/ds
26 * Node displays 6.x.2.4: http://drupal.org/project/nd
27 * Ubercart Views 6.x-3.0: http://drupal.org/project/uc_views
28 * Recommended: Object cache 6.x-1.0: http://drupal.org/project/object_cache
32 1. Copy the folder named 'uc_advanced_catalog' and its contents to the Ubercart contrib modules
33 directory of your Drupal installation
34 (for example 'sites/all/modules/ubercart/contrib/').
36 2. Go to 'admin/build/modules' and enable Ubercart advanced catalog.
38 3. Go to 'admin/store/settings/catalog/edit/advanced' and edit option for the module.
40 4. Configure node display for catalog grid and catalog list mode
41 admin/build/ds/layout/product/grid
42 admin/build/ds/layout/product/list
44 *******************************************************************************************
46 This module has been developed by Mog
48 Post a message on the drupal.org site if you have any ideas on
49 how we can improve the module.