开发者

Magento get a list of products that are not related to any category

开发者 https://www.devze.com 2023-01-16 10:30 出处:网络
I was able to make an ordered list of categories with child products, now i need to add a list of products that 开发者_开发问答are not related to any categoryThis should give you what you want:

I was able to make an ordered list of categories with child products, now i need to add a list of products that 开发者_开发问答are not related to any category


This should give you what you want:

$collection = Mage::getModel('catalog/product')->getCollection()
                ->addAttributeToFilter('category_ids','');
0

精彩评论

暂无评论...
验证码 换一张
取 消