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

jQuery clickable div with working mailto link inside -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -