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

python - Alternative to referencing variable before assignment -

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

Sort a complex associative array in PHP -