
Originally Posted by
cs_jono
Hey, I have a question. I am wanting to turn off the right column's on the advanced_search_results page. In order to do that this is the code that I have typed in.
if (in_array($current_page_base,explode(",",'checkout_success,products_new,create_a ccount,index,checkout_shipping,checkout_payment,checkout_confirmation,reviews,pr oduct_reviews_info,advanced_search,advanced_search_result')) ) {
$flag_disable_right = true;
}
This works, however it presents a different issue. It also disables the right column on all of my category pages. Why is this happening? Is there any way to disable the right columns on just the advanced_search_result page wihout disabling it also on the category pages?
Please let me know.
Thanks in advance for all of your help!