Guest User

Untitled

a guest
Jan 24th, 2018
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Mage::getModel('catalog/product');
  2. load();
  3. $category = Mage::getModel('catalog/category');
  4. $category->load($categoryid);
  5. $collection = $category->getProductCollection();
  6. $collection->addAttributeToSelect('*');
Add Comment
Please, Sign In to add comment