"Dynamenu" for osCommerce - Dynamic Fly-Out, Drop-Down, Tree Category Menu
This is a discussion on "Dynamenu" for osCommerce - Dynamic Fly-Out, Drop-Down, Tree Category Menu within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; in the box file find :
$output .= str_repeat(".", $level+$lvl_adjust).'|'.$val.'|'.tep_href_link(FIL ENAME_DEFAULT, $cPath_new).'|'.$this_title.'|'.$menu_icon_file.'| '.$this_selected.'|'.$this_expanded."n";
and change with
$products_in_category = tep_count_products_in_category($key);
if ...
Bookmarks