when I import quotes the decimal places of amounts are wrong - p.e. in the import csv the “Total” is “1.500,00”, but after import in the quote the Total is “15.000,00”.
Or when I import a total of “150,99” in the imported quote the total is “15099,00”
So the comma for the decimal places is not recognized in the right way.
I checked the “view import file properties” - but there everythings seems to be ok:
Is there no solution to import currency fields with changed separators (non default)?
And now I get an import error message every time I try to import currency fields:
“A non-numeric value encountered on line 100 in file currency.php”
It appears after I click “Next” on the duplicate page during the import process. When I leave the error page the records seems to be imported correctly.
Have you searched Github to see if this is already reported there? If not, I would ask you to open a new Issue, and include all this information you found, with a nice and complete “steps to reproduce” list. Ideally you could even attach a sample CSV to generate the problem…