I am putting up a site that has maybe 20 products on it. I would like visitors to be able to search by Product Name, Cost, Size, Color etc. Is a script what I need and if so, how do I go about getting one? It seems to me that I would also need a database of some sort too. Any help would be appreciated.. Thanks!! Zeek
You could set the products up in an array with javascript, and have it output the table of products, then whenever the click, for example, the "Price" button above the price column, it re-outputs the table ordered by price. How often are these products going to change? Can they be hard coded?
what kind of detail do you need for each one? like, title, color, price, description, picture, etc Using something like oscommerce will give you the most stability and features for this kind of system. It is good to have a stable back end so people can not screw with their shopping carts. If you want to look at other e-commerce carts, feel free too, there are plenty of free ones. You can check back with us here if you need more assistance.
Oh this isn't anything that fancy. I don't need a shopping cart, oscommerce etc. I just will have about 25-50 similar products and want the visitors to be able to easily search for the product they are interested in according to their interests, for example price, or color etc. They will then be taken to a different page providing them with the full details. Thanks for the replies!! Zeek
Crath.. Doesn't really matter. I will not be doing anything with the data at all except for adding new entries. Thanks!! Zeek