hmm, I have a customer that has products with a number of variations:
bikini top - 5 sizes from XS to XXL, 30 different colour/textile variations
Bikini Bottom - 3 sizes S to L, 30 different color/textile variations
Implementing this using attributes would create a product with 13,500 variations
Simple math: 5 x 30 x 3 x 30 -> 13500 variations - only for one product
adding one single new colour would create additional 915 variations.
This is impossible to display in the variation list and I bet it would choke the browser.
Anybody has similar product variations in WooCommerce? It doesn't look like it is good for me, unless I customise it to not use product variations, but some other means of display and selection of attributes. Or maybe I am not using WooCommerce correctly for this type of product....