Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Moving Infoboxes


omario

Recommended Posts

Posted

Hey all.

 

I want to move the categories infobox from being on the left side of the page to being in the center of the page instead. I am proficient in PHP but always like an easy way out :). What's the easiest way to move this infobox?

 

TIA

 

- Shoeb

Posted

Just take it out of includes/column_left.php and put it on all the pages you want it to show on....

 

if ((USE_CACHE == 'true') && empty($SID)) {

echo tep_cache_categories_box();

} else {

include(DIR_WS_BOXES . 'categories.php');

}

Archived

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

×
×
  • Create New...