Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
добавитьSELECT c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
после, COUNT(cp.`id_product`) as product_count
добавитьLEFT JOIN `'._DB_PREFIX_.'category_group` cg ON (cg.`id_category` = c.`id_category`)
послеLEFT JOIN `'._DB_PREFIX_.'category_product` cp ON (cp.`id_category` = c.`id_category`)
добавить'desc'=> $resultIds[$id_category]['description'],
В шаблоне /modules/blockcategories/category-tree-branch.tpl использовать {$node.product_count} для отображения количества товаров. При помощи {if $node.product_count>0}...{/if} можно скрывать/показывать категории в зависимости от наличия товара.'product_count'=> $resultIds[$id_category]['product_count'],