简体   繁体   中英

Disabled products showing in magento1.7.0.2 front end

I am working with magento 1.7.0.2.

I have disabled some products in magento admin and flush all magento cache and reindexed all data properly.but disabled products still showing on magento frontend.

I want only enabled products showing on front end.

If you have a Multi-store setup it's possible you have disabled the products for one store font/store/website and not for the website you wanted.

You can enable/disable for each store front separately, or if you select default store from the dropdown store selector in the admin, this will disable for all stores (unless you have also overridden this setting on a lower level).

You could goto the edit product page, and then use the store selector dropdown to check the settings in each store front / store to ensure you have disabled properly.

Is there a probability that your template code has not been implemented logically so your collection is grabbing disabled products as well.

I recommend you to switch to default theme that comes with Magento and check whether those products are still being displayed.

It is assumed that you have deleted cache via admin( recommended that you go into var folder and delete cache folder )

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM