Merge Variants (Product Feature)

Hi,

How can I merge products variants (example: Variant1 & VARIANT1)? Some of them are capitalized some not which makes filter looks not really organized.

I am afraid, this is not possible out of the box

You can convert your data in the DB using SQL statements if you have conditions set that will get you what you need.

Not difficult but could be this option for save time!

In SQL:

UPDATE cscart_product_features_values SET variant_id='new-value-catch-from-x-button' WHERE variant_id='old-value-catch-from-x-button';