获得Category下所有产品集合
如果想得到一个Category下所有产品集合,可以用Magento内置的方法
$collection->addAttributeToSelect(Mage::getSingleton('catalog/config')->getProductAttributes());这将加载catalog模块下config.xml的/config/frontend/product/collection/attributes标签下所有的属性
发布时间: 2012-11-21 08:23:26 作者: rapoo
获得Category下所有产品集合
如果想得到一个Category下所有产品集合,可以用Magento内置的方法
$collection->addAttributeToSelect(Mage::getSingleton('catalog/config')->getProductAttributes());