Installation:
1. you will have to insert in every file in catalog/ (just the ones in catalog/)
a. FIND:
ADD ABOVE IT:
b. FIND:
ADD ABOVE IT:
2. in catalog/includes/column_left.php
FIND :
include(DIR_WS_BOXES . 'categories.php');
and comment it so it looks like this:
//include(DIR_WS_BOXES . 'categories.php');
3. in in catalog/includes/header.php
FIND:
trail(' » '); ?>
ADD ABOVE IT:
if ((USE_CACHE == 'true') && empty($SID)) {
echo tep_cache_categories_box();
} else {
//include(DIR_WS_BOXES . 'categories.php');
include(DIR_WS_BOXES . 'coolmenu.php');
}
?>
4. upload new files to your ftp
PLEASE BACKUP YOUR FILES FIRST!!!!