/modules/blockcategories/blockcategories.php
после:
Код:
cl.description, cl.link_rewrite
добавить:
Код:
, COUNT(cp.`id_product`) AS total
после:
Код:
LEFT JOIN `'._DB_PREFIX_.'category_group` cg ON (cg.`id_category` = c.`id_category`)
добавить:
Код:
LEFT JOIN `'._DB_PREFIX_.'category_product` cp ON (c.`id_category` = cp.`id_category`)
после:
Код:
'children' => $children
добавить:
Код:
'total' => $resultIds[$id_category]['total']
в шаблоне category-tree-branch.tpl
выводить через
Код:
{$node.total}