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

Popular posts from this blog

vb.net - How to ignore if a cell is empty nothing -

Sort a complex associative array in PHP -

recursion - Can every recursive algorithm be improved with dynamic programming? -