Hello,
I am using:
Zen Cart 1.3.9h
Patch: 1::
Database Patch Level: 1.3.9h
Is there someone that could help me understand this process a little better? Any help would be greatly appreciated.
I need to put images between categories as an identifying separator.
I need to put images in the sidebox for categories such as
Invitations
Party Gifts
etc
The images need to go between the actual categories.
I found this code in the:
includes/templates/template_default/sideboxes/tpl.categories.php file
// to make a specific category stand out define a new class in the stylesheet example: A.category-holiday
// uncomment the select below and set the cPath=3 to the cPath= your_categories_id
// many variations of this can be done
// case ($box_categories_array[$i]['path'] == 'cPath=3'):
// $new_style = 'category-holiday';
// break;
case ($box_categories_array[$i]['top'] == 'true'):
$new_style = 'category-top';
break;
case ($box_categories_array[$i]['has_sub_cat']):
$new_style = 'category-subs';
break;
default:
$new_style = 'category-products';
}
Thank you for any help



Reply With Quote


Bookmarks