Ok, some explanation:
The main product is a polo shirt. It has two variants a red and a blue. We have 1 red and 1 blue shirt left on stock. I would then like the stock of the main product to be 2.
That way, when all variants are sold out, I can choose to hide the main product from the product list (via the already made option in the management center).
This can of course be achieved with som if/else and display:none; but that would give me a problem in the product counter and paging.
Seems like an easy enough thing to implement? ;-)
/Rune