Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Move Categories box from column_left.php to column_right.php?


Proprietor

Recommended Posts

Hi....I'm sorry if I'm posting this in the wrong place, but most of the other areas seem to be for people to post who are working on projects or already knowledgeable.

 

I'm pretty new and I'm trying to do something that's driving me crazy. I want to move everything from column_left.php to column_right.php and get rid of column_left entirely. Everything has gone over smoothly so far, but I can't get the Categories box to display in column right. No matter where I place the code, it either makes the whole column disappear or just doesn't show up. Can anyone help with this? Thanks.

Link to comment
Share on other sites

Have you tries cutting this bit of code from your includes/colunm_left and placing it in the same place in your includes/column right file

 

if ((USE_CACHE == 'true') && empty($SID)) {
echo tep_cache_categories_box();
 } else {
include(DIR_WS_BOXES . 'categories.php');
 }

REMEMBER BACKUP, BACKUP AND BACKUP

Link to comment
Share on other sites

Hi Steve,

 

Thanks for the suggestion. Yes I have tried pasting that in just about every place possible in my column_right.php. No matter where I place it, either the right column disappears completely or else only a portion of the column shows up.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...