Hello everyone.
I have a custom page that I want to look EXACTLY like the
?main_page=index&cPath=whatever
the only difference is cPath won't work for me anymore (unfortunately, thus I have to to write custom php to query products table and find the products I want to include depending on a custom column in products).
So I need to show the same layout but make sure the data is differently filtered. What to do? I've been struggling with this issue and cannot seem to find one place to say how index&cPath is rendered so I can alter the SQL query and force mine there (or I'll have to do this eitherway in my custom page)



