Question

In my magento 1.5 I have a category with 800 products. I want to empty it, I tried emptying it from the Manage Category>>Category Products tab.

Then reindexed and flushed the cache.

However the category still shows products on the frontend. On the backend, it shows no products on the "Category Products" tab

I suspect the problem is associated with some category-product association index table. All other categories are behaving normally, and reflect the changes after cache flush. But this particular category doesnt.

If someone could point out what index tables are for what purpose, I could try to do it on the database with SQL.

I know SQL isnt advised, but I have tried all manual/programattic solution.

Was it helpful?

Solution

Your category is an anchor, so it will automatically include all the products from its children. Setting Is Anchor to No in the Display settings tab will disable this behaviour.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top