Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove Right Column Completely?


discojacob

Recommended Posts

Hi all! I want to remove my right columns from every page. So i removed the part in every page that mentions the column_right. Surely enough it worked, though some pages such as reviews, didn't change. I tried to comment out the whole column_right.php but it still didnt work.

Help would be appreciated. :rolleyes:

Thanks in Advance.

Link to comment
Share on other sites

Hi all! I want to remove my right columns from every page. So i removed the part in every page that mentions the column_right. Surely enough it worked, though some pages such as reviews, didn't change. I tried to comment out the whole column_right.php but it still didnt work.

Help would be appreciated. :rolleyes:

Thanks in Advance.

 

I'm no expert but maybe you need to check your catalog/index.php file. I think you have gone about it avery long way around. Surely you would edit it out there !

Link to comment
Share on other sites

It sounds as if you have not removed enought of the code.

 

If i am not mistaken you have to remove the following code from every one of the files that open a page

 

<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">

<!-- right_navigation //-->

<?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>

<!-- right_navigation_eof //-->

</table></td>

</tr>

</table>

 

I may be wrong.

REMEMBER BACKUP, BACKUP AND BACKUP

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...