For example,
I have a t-shirt with 3 sizes L, XL, XXL
So, I created product characteristics which are L, XL, XXL
Then, I assigned a price, a picture, etc. for each characteristic.
One day, users made a complain that it is hard to compare a price for each characteristic because they have to choose the size dropdown first to see a price for each size.
Imagine, if you have 12 characteristics, so your customers need to change the dropdown 12 times to see all prices. In addition, customers need a pen and a piece of paper to note all prices if they want to compare.
Moreover, if I add a new size for this t-shirt, my customers won't see the new size in a product display page until they click the "choose options" button first.
For the reasons above, I want to move all variants to become all main products. So I will have 3 products ( t-shirt L / t-shirt XL / t-shirt XXL) in stead of 1 product with 3 characteristics.
I don't want to delete all variants and add a new product one by one because it is a time-consuming task. What is the easiest way to do so?
PS. I tried to change product_parent_id = 0 and product_type = "main" on hikashop_product table but it doesn't work