magento show subcategory
Posted
by lolalola
on Stack Overflow
See other posts from Stack Overflow
or by lolalola
Published on 2010-06-17T08:12:12Z
Indexed on
2010/06/17
8:33 UTC
Read the original article
Hit count: 244
HI, Now i get all categorys and subcategory. How get only subcategory?
<?php foreach ($this->getStoreCategories() as $_category): ?>
<?php $_menu .= $this->drawItem($_category) ?>
<?php endforeach ?>
© Stack Overflow or respective owner