I’m looking for a way I can categorize all of my products so that customers can more easily find exactly what they’re looking for. For example, I have three different “main” product lines and those products line have different models. Among the models are different variants. Let’s say I’m selling cameras. Point and Shoot would be one product line and DSLR would be another. Both point and shoot and DSLR obviously would have different brands, different MP, and different body colors. How can I allow the user to filter the brands, MP, and colors so that they narrow their search to find exactly what they’re looking for?

Comments

longwave’s picture

Status: Active » Fixed

The name of this style of searching is "faceted search", http://drupal.org/project/faceted_search or other similar modules are useful here. You can use taxonomy or CCK fields to categorise your products.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.