Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $cats = $item->getCategoryIds();
- foreach ($cats as $category_id) {
- $_cat = Mage::getModel('catalog/category')->load($category_id) ;
- echo $_cat->getName();
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement