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

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