I just tried using this and it didn't work for me.
This is suppose to disable the right column in the store, right?
Even the subcatagories?
I'm currently using this file for my product listing that works:
if ($current_page_base == 'index' and $cPath == '65') {
$flag_disable_right = true;
}
But it doesn't work on my subcatagory's page....
I'm at a lost because i want my subcatagories to disable right too, but they're just too many to manually plug in.


I just tried using this and it didn't work for me.
Reply With Quote
