获得Category上所有产品集合

获得Category下所有产品集合如果想得到一个Category下所有产品集合,可以用Magento内置的方法$collection-

获得Category下所有产品集合
如果想得到一个Category下所有产品集合,可以用Magento内置的方法

$collection->addAttributeToSelect(Mage::getSingleton('catalog/config')->getProductAttributes());


这将加载catalog模块下config.xml的/config/frontend/product/collection/attributes标签下所有的属性