|
I'm working on a project that will require me to set up a fairly simple online product catalog. Each product needs to have some images along with a few attribute fields such as price and size. The products need to be searchable (and possibly sortable) by each of these fields. Ideally the system would use php/mysql. Don't need a shopping cart, user account management, or any other bells and whistles like blogs or forums.
Is there an open source cms that would suit this project? Any other options that come to mind?
Other options I'm considering are: 1. A photo gallery cms such as Gallery with customization, 2. A general purpose cms such as Joomla (or even Wordpress), 3. Full blown e-commerce package such as oscommerce. 3. Hand coding or using a framework like Cake.
|