Hey guys ... is this a viable option for right column disable in this case?
in tpl_main_page.php (in the COMMON folder of the template) the following line (around line #43):-
PHP Code:
if (in_array($current_page_base,explode(",",'index,login,logoff,specials,product_info,products_new,checkout_shipping,checkout_payment,checkout_confirmation,shopping_cart,shippinginfo,privacy,conditions,contact_us,gv_faq,discount_coupon,featured_products,products_all,site_map,advanced_search,advanced_search_result,search_in_description,checkout_success,unsubscribe,create_account')) ) {
$flag_disable_right = true;
}
...may be helpful... ???
(Naturally, you will have to add whatever page names - separated by commas - you are seeking to disable for right column