Hi,
this is my exact question, is there a simple way or have I no option but to manually type in 178 values for this?
As I told you before, you can use the CSV import from PHPMyAdmin to import that data in the hikashop_characteristic table.
You have three things:
- characteristics
- products
- variants of products generated out of the values of characteristics.
When you export a CSV of products, you'll get the products and the variants data in your CSV.
You won't have the characteristics data.
So you would first have to add the characteristic and its values before importing the CSV of the products and variants in your new website in your example.