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

resizing Telegram inline keyboard -

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

javascript - How to bind ViewModel Store to View? -