Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to make Categories Box a Certain Size without categories


magtaf69

Recommended Posts

Can anyone help me to make Categories Box a Certain Size without categories. I am planing to install coolmenu and I want to place it over the categories box.

 

This is wht I need the Categories box a certain size and with no content inside.

Link to comment
Share on other sites

Hi,

 

Back up before you try!

 

In catalog/includes/boxes/categories.php find the following lines almost at the end of the file;

 

  $info_box_contents[] = array('align' => 'left',

                              'text'  => $categories_string

                             );

 

..... and change to.......

 

  $info_box_contents[] = array('align' => 'left',

                              'text'  => ''

                             );

 

This should give you an empty categories box.

Reddy to Rumble

 

Thank you osCommerce and all who Contribute to her!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...