Hi,

First I'd like to say this is an awesome template, its been extremely easy to customize.

My problem is with a column over ride. I followed the directions for over riding the right hand column from a previous post on this thread: http://www.zen-cart.com/forum/showth...=44474&page=11. This over ride worked on all the pages, except for when I link from the manufacturers sidebox on the main page. The right hand column still shows up on the pages that display the listings of a manufacturers products.

I attempted to fix the problem by adding to the code in tpl_main_page.php with no effect:

<?php
if (COLUMN_RIGHT_STATUS == 0 or (CUSTOMERS_APPROVAL == '1' and $_SESSION['customer_id'] == '') or ($current_page!='index' || (int)$cPath>0) or ($current_page!='index' || (int)$manufacturers_id>0 )) {
// global disable of column_right
$flag_disable_right = true;
}
if (!isset($flag_disable_right) || !$flag_disable_right) {
?>
Any ideas on what I'm doing wrong?

Thanks,
Jesse