Product Option Hell!

From day one something failed converting all product options to the new variations.

At this moment everything is working fine, but there are so many product options left.

1) Is it possible to see which products still use product options/combinations? So we can fix them by hand?

2) Is it possible to merge product options? Over the years lots of option sets where made.
For example. There are 30+ called Size. All with diffrent size options.
Is there a way to just merge all product options called SIZE into one?

Thanks

From day one something failed converting all product options to the new variations.

At this moment everything is working fine, but there are so many product options left.

1) Is it possible to see which products still use product options/combinations? So we can fix them by hand?

2) Is it possible to merge product options? Over the years lots of option sets where made.
For example. There are 30+ called Size. All with diffrent size options.
Is there a way to just merge all product options called SIZE into one?

Thanks

1. Just query the database and look for where options are used (```SELECT product_id FROM ?:product_options```)

2. No there is not a universal way I am aware of, but seeing everything is stored in the database, it shouldn't be too hard to create a simple script for it.

1. Export all products and sort products by value of the Product options column

2. Unfortunately, no