Hopefully a quick question for Conor or even a request for a quick change, paid for of course.
My client's web site has been heavily modified as to how brands, categories and products are displayed.
A single page now displays all products within a category/manufacturer/size/gender. This is how they wanted it and so this is what I developed for them.
The new file product_listing.php now take care of displaying all products filtered by category/manufacturer/size/gender with the product_info.php file responsible for displaying details about the actual product.
The new product_listing.php file uses one or more of the following parameters.
categories_id (single category id or name)
gender ("M","W" or "B" (Both))
showtype (this can be "sale" or "new")
manufacturers_id (single manufacturers id or name)
Having look at the code responsible for translating static URI to ZEN Cart URI, I believe that it is a simple matter of changing the includes/init_includes/init_ceon_uri_mapping.php and a change in the admin logic that updates/sets the value of "main_page" on the zen_ceon_uri_mappings database table.

I was just wondering if I am on the right track here and also if I am correct, whether Conor can help identify exactly where the changes need to be made, which will save me trawling through the code looking for where changes are required.

Regards
Tony