How exactly are products related to a category, and a category to a website?
I have the following setup in Magento:
1) I have three websites in one installation (country specific)
2) Each of those tree websites has three store views (language specific)
So, in total there are 10 core_store (1 admin + 9).
My goal is to support the following scenarios:
1) Each of the websites has the same categories, however, some are not active for some websites.
2) A product can be a part of one category in website X and not a part of the same category in website Y. It can also be a part of the same category in website X and website Y
3) A category might be active for website X but not active for website Y
I would like to know how those "entities" relate on a database level/configuration level. Any help is much appreciated.
