I need some advise on best way to archieve this programmatically.
The problem is that i have many configurable prodcuts (+20.000) which are allready in a category. All the simple underlaying child products are not in any category at all. I want all simple child products to inherit category from parent.
If configurable product "A" is in category called "Category A", all child products of product "A" should be included in "Category A".
This is going to used for an XML product feed, so i can not use anchor categories in Magento.
Any advise on how to archieve this, also considering the amounts of SKU's that needs to be updated in database?