Advertisement
johncarlson21

Untitled

Oct 29th, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. $cats = $item->getCategoryIds();
  2. foreach ($cats as $category_id) {
  3.     $_cat = Mage::getModel('catalog/category')->load($category_id) ;
  4.     echo $_cat->getName();
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement