Hi all,
I would like to create a combination of products for the different options that may be available. So for example, a T-shirt may have:
- sizes [S, M, L]
- colours [red, green, blue]
That gives 9 (3x3) combinations. How would one go about working the function stack?
Any/all help is greatly appreciated! :)