Magento News

 

Generating product feeds

by BigCityShelts (Posted Fri, 19 Feb 2010 16:40:21 GMT)
Do all your new products meet these criteria? Simple product type, enabled, and fully visible?

Code:
$products->addAttributeToFilter('status', 1);//enabled
$products->addAttributeToFilter('visibility', 4);//catalog, search
$products->addAttributeToFilter('type_id', 'simple');//simple only (until fix is made)



http://magento-forum.co.uk/viewtopic.php?f=5&t=25#p414

Magento Forum

Possibly Related Posts:


 

Leave a Reply