Public paste
Undefined
By: Guest | Date: Oct 10 2012 12:49 | Format: PHP | Expires: never | Size: 208 B | Hits: 775

  1. <?php
  2.  
  3. $category = Mage::getModel('catalog/category')->load(44);
  4. $_productCollection = $category->getProductCollection()->addAttributeToSelect('*');
  5.  
  6. $_helper = $this->helper('catalog/output');
  7. ?>