- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2017
12:19 PM
04-06-2017
12:19 PM
item deleted in catalog but still showing in products in category
I am running Magento 2.1.5, created a test product, assigned them in a category, then deleted them in the catalog, but the item still listed in the category under "products in category", Why?
Labels:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2017
12:55 PM
04-06-2017
12:55 PM
Re: item deleted in catalog but still showing in products in category
Hi there,
Try to update indexes.
(via ssh) bin/php bin/magento index:reindex
Anton Pachkine @ magento2.hosting : Magento Small Business Package.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2017
01:14 PM
04-06-2017
01:14 PM
Re: item deleted in catalog but still showing in products in category
I think I know why... the item was created as configurable product, when created, the system automatically created a bunch simple products along with the configurable products. I assumed if I removed the configurable product it will also remove all the simple products that itself had created. How strange the way it set up this way... why? anyway, I had to go in to product/catalog and delete all those simple products manually.