Is it possible to implement filtering like in Pricegrabber.com (http://computers.pricegrabber.com/laptop/p/13/), where I can narrow search results by any relevant attribute? Or in other words to include all the attributes of a product in Pricetapestry script. How a database should be modified so that different attributes from different product categories included in Pricetapestry script? Can the parser used in Pricetapestry script import all attributed of a data feed or it imports just those which are in a products table?
Hi there,
I'm afraid this sort of complex search result / filtering is beyond the capabilities of Price Tapestry, which is primarily designed to search on product name, quickly - using MySQL's full text indexing for this. Please note however that you can quite easily extend the database schema to add other product attributes for display on the product page, although these cannot be included in a search as the script stands - see the following thread for more info:
http://www.pricetapestry.com/node/313
Cheers,
David.