Product Search Script

aeisn

New member
May 6, 2009
715
12
0
I have a list of 100ish products, each with around 10 variables which describe them. I'm looking for a script that will contain a page for each product with these variables and allow users to search for products based on those variables. I don't need a shopping cart or a full ecommerce platform. Does anyone know of any fairly simple premade scripts that accomplish this? Free/paid doesn't matter, I'd just rather not have to do the busy work coding it myself. Thanks.
 


Basically I'm just looking for a review script. Everything I've found is either terrible or incredibly overpriced.
 
* I'm assuming PHP
* What's your environment look like? Are you using a framework like Wordpress? Are products stored in a database?
* Are product variables stored in individual table columns or just one big text blob that must be parsed?