php - magento counting subcategories + products -


i have category view capable of showing title of category image how many products said category contains.

however not work when there subcategories in category, there way make magento count these , display number ?

currently im using following code achieve result.

<?php echo '('.$category->getproductcount().')'; ?> 


Comments