Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

moving boxes from right to left


callisto

Recommended Posts

Posted

hallo : )

 

I need to move the categories box from the right side of my page to the left

side. How can make this change?

Can someone help me, please :huh:

Posted

Look for this code in includes/column_right.php

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

cut it and copy it to the includes/column_left.php file.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Posted
Look for this code in includes/column_right.php
 ?if ((USE_CACHE == 'true') && empty($SID)) {
? ?echo tep_cache_categories_box();
?} else {
? ?include(DIR_WS_BOXES . 'categories.php');
?}

cut it and copy it to the includes/column_left.php file.

 

Jack

 

 

 

thanks !!!! :lol:

Archived

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

×
×
  • Create New...