I've been looking in all the usual places for some open source PHP/mySQL that will allow me to setup something like a product catalog to integrate into an existing website. However, the solutions I have found seem not to be very flexible. I want to be able to customize the search results output any way I want (e.g. grouped 'per page' horizontally or vertically with pagination (e.g. 1 to 10 out of 103). Result output will contain JPGs and text fields. Need the ability to drill down for more detail and more JPGs for each record.
I also want to be able setup my own fields associated with each record and to be able search in any way I want. Finally, as I'm not a PHP guru, I would like it to be reasonably well documented with some examples and/or templates to get me up and running quickly.
shopping cart and e-commerce functionality isn't needed initialy but would be nice features for the future. Not critical though.
Any suggestions?
Clive