Hi All,
I have figured out how to override individual pages by using a folder that uses that particular page's name. For example, to override only the contact_us page create a directory like this: /includes/templates/YOURTEMPLATE/contact_us/ and then put whatever specific files in that I need to override.

My question is, can I do this for a specific (sub)category product listing? For example, I want to override 'tpl_modules_product_listing.php' for subcategory 9, but not subcategory 11. I figured out that you can create an override folder for the 'index' file like this: /includes/templates/YOURTEMPLATE/index/, but that then changes the display of all index pages. I only want to modify index pages for particular categories. I know you can easily create individual stylesheets for a particular page or category, so I'm hoping the same is true for overrides. If anyone knows if this is possible, I would appreciate the help.

Cheers,
Jason