By cr4zyguy on
Is there any Drupal modules or 3rd party scripts available which can set up a price guide that is similar to http://sg.hardwarezone.com/priceguide/info.php?cid=224&id=5886 ?
Like the above link, I want to be able to provide a list of retailers offering a specific product instead of a normal e-commerce website. Any help will be much appreciated!
Comments
No module I am aware of but ...
No module I am aware of but should not be that hard to implement in Drupal. The central part of this appears to a content type that describes a single listing. You could use flexinode (or possibly CCK) to define this content type. You then probably want to categorize the content so you can use either the taxonomy module or possible the category module. The listings themselves might be produced with the view module.