Quote:
Originally Posted by meader83
I am looking for a way of having all my products (title, description, category, price, image) in some sort of database file and when the page loads it will display all the products for that particular query.
|
Most
advanced ecommerce systems (advanced rather than just shopping cart systems) provide this functionality, in fact I think it would be difficult to find an advanced ecommerce system that didn't provide this.
Quote:
Originally Posted by meader83
display all the products for that particular query.
|
If the particular query is just based on the generic fields like (title, description, category, price) then again most advanced ecommerce systems can cater for this. If however you want to query extra category specific fields, e.g. search computer workstation desks by width and depth, then that is where most off-the-shelf ecommerce systems have issues, and that is where you have to think of a more custom (bespoke or semi-bespoke) solution.