I am trying to update product prices using a csv file import but it keeps failing. The error file reads as follows- [Line 2: Incompatible information in field 1 ("Price"). Expected Unknown, but got "84".] all the lines are the same.
The csv file has two columns with the headings "Product Reference" and "Price" all prices are in the lowest denomination. Does anyone know what I am doing wrong? I've got about 2500 existing product to update prices on.
The csv file has two columns with the headings "Product Reference" and "Price" all prices are in the lowest denomination. Does anyone know what I am doing wrong? I've got about 2500 existing product to update prices on.
Comment