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 -

javascript - How to bind ViewModel Store to View? -

javascript - Solution fails to pass one test with large inputs? -