Magento - Custom Category Listing Block
Loading...
11,401
Loading...
Uploader Comments (devinrayolsen1)
see all
All Comments (13)
-
My god, you really have to write all of this code just to display categories on your page!? I started to write my own ecommerce solution in PHP and went to Magento because I didn't have the time to finish it all, but if I have to write code for everything, I might as well just finish my software, insanity!!
-
thank's man ur great!!! i'm new in magento and i spend 2 day trying it!!!
-
Thanks for the tutorial.May How to set the Magento category sort in alphabetical order.
-
Can we not use recursive function to load subcategories?
-
@crapshaw figured this out. Just changed the list item structure to include:
echo $category->getURL();
and
echo $subCategory->getUrl();
thanks again :)
Loading...
smurkas, you are correct, if you would like to change line 12 to : $subCats = $category->getChildren(); that is perfectly fine.
devinrayolsen1 1 year ago