I'm working on migrating a site to Drupal 6. The client wants to be able to edit the site, including content areas, photos, and product specs (weight, height, etc), and rather than rolling my own solution from scratch or building on a framework, I figured Drupal could probably handle it.
Nothing is being sold at the site; it is purely an informational resource. What modules are available to manage not only a list of specs available across a product category, but values specific to individual products within the category?
I have done some tinkering with CCK and Views, but can't seem to find a solution that works, and haven't found a lot of helpful information, aside from vague indications of success from others attempting something similar.
Ideally, what would need to be available is:
- Specs available to all products within a category
- Values for specific products within a category
- Specs should be sortable (not by the end-user, but by the admin)
- Ability to look up all items within a category and produce a comparison table of all specs
A perfect example of what I'm trying to accomplish is here: http://www.chevrolet.com/2010silverado-3500hd/features-specs/ - check out the Powertrain section for the format I'm looking at for the comparison table.