Magento: Prevent products without images from showing -


we've done mass import. have allot of products showing without images , need prevent that. there not supposed have images or show can't set them "not visible anywhere" in csv.

so if images = 0 don't show anywhere.

any appreciated. in advance.

you can modify category collection loads products have images. if use flat tables (recommended), should not difficult add filter method collection mage_catalog_model_resource_eav_mysql4_product_collection.

a more dirty easier way not display products without images in product listing template (app/design/frontend/templates/catalog/product/list.phtml). image helper used there display product images. whenever default image shown, continue next product. remember, products without images loaded anyway, dirty.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -