I need to import a product csv , with field with multiple values
The product have 2 fields: COM_CROMPARTS_HOMOLOGACION_DEL_VEHICULO_PARA_ITV-1 and EXTENSION_DE_GARANTIA_AUTOMOCION
Product Backend:
I have 2 values for COM_CROMPARTS_HOMOLOGACION_DEL_VEHICULO_PARA_ITV-1 and 2 values for EXTENSION_DE_GARANTIA_AUTOMOCION, everyone with price modification...
Product Frontend -> show a select for these fields, when user select one option the prices change
I follow the instructions to generate a CSV with these fields in https://csvimproved.com/support/import/1120-product-import-with-custom-fields (section CUSTOM FIELDS WITH MULTIPLE VALUES)
I create a csv with with '~' character to separate values
Example field in csv file:
COM_CROMPARTS_HOMOLOGACION_DEL_VEHICULO_PARA_ITV-1~COM_CROMPARTS_HOMOLOGACION_DEL_VEHICULO_PARA_ITV-1
Homologación del vehículo sin la modificación~Homologación del vehículo sin la modificación2222
EXPORTACION_SUSPENSION_DEPORTIVA.CSV
but when I import the custom field COM_CROMPARTS_HOMOLOGACION_DEL_VEHICULO_PARA_ITV-1 have online one value with all the values
Can you explain how can create a csv to import these custom fields with its prices ?
thanks a lot