Quantcast
Channel: User user3040610 - Stack Overflow
Viewing all articles
Browse latest Browse all 44

Answer by user3040610 for Magento2 Product count and minimum price from all child categories

$
0
0

Try this to get the subcategory with the current category:

$subcategory = $category->getChildrenCategories();foreach($subcategory as $subcat) {    echo $subcat->getName();}

Viewing all articles
Browse latest Browse all 44

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>