there is always the way, but it cost some time and work i think, but you may try to copy and change some functions i think you need to count all products in all categories and put that numbers to array (iCategory -> key, iCount -> value), then when you list categories just select that one you need
ok, sorry there was actions_client.php file but i've change my mind :-) fixed
Gizmo
2005-09-14 21:41
wewior,
Do you have any idea where to put the code mentioned in step 5. step 5) in core/categories.php to function throwListContent add below "$aList = $oCategory->aData[$iCategory];":
QC 0.2.4 doesn't have the function throwListContent in the file categories.php
first - Requirements: Quick.Cart v0.3.1 :-( and second - you ca put that code anywere in that function but it must be below second line in that function: $aList = $oCategory->aData[$iCategory]; i suggest to paste it before return, so:
function throwListContent( $iCategory, $sSub = null ){ global $tpl, $aList, $oCategory;