In Magento I have created a configurable product with a couple of associated simple products. I want these simple products to synchronize stock when it changes for one of them.
For example: I have a configurable product: T-shirt. The associated simple products are: T-shirt black, white, red and blue. Each simple product has 1 in stock. When a black T-shirt is bought it will go out of stock, now I want the white t-shirt to synchronize and go out of stock as well.
Is there a way to link certain associated simple products together this way?