Hi jeanet
The error says that "euro0,00" or "eur0,00" is not a type double.
A type double is a variable nbstore uses to store prices in this case in the database.
A type double should have no strings/letters and should have a format of 0,00 or 0.00 depending on you culture.
The 2culture settings should be set to nl-NL if you are in holland, if you live in germany they shoul be set to de-DE for example.
The curreny symbol should be just that, the currency symbol, nothing else.
After you have sorted the above out, change the prices to 0,00 or 0.00 format tjen it should be sorted.
Geoff
The error says that "euro0,00" or "eur0,00" is not a type double.
A type double is a variable nbstore uses to store prices in this case in the database.
A type double should have no strings/letters and should have a format of 0,00 or 0.00 depending on you culture.
The 2culture settings should be set to nl-NL if you are in holland, if you live in germany they shoul be set to de-DE for example.
The curreny symbol should be just that, the currency symbol, nothing else.
After you have sorted the above out, change the prices to 0,00 or 0.00 format tjen it should be sorted.
Geoff