Hi,
We're experiencing difficulties inserting prices in our Ecom system for one of our customers. The website (http://109.72.179.38/) reacts differently to user input from my machine as it does to input from one of my co-workers's machine. When I'm typing a price with a ',' (comma) inside of it (like 32,50) it's actually saved to the product like that, but when my colleague does the same thing, it ends up like 325,00 in the database. When my colleague alters the price containing a '.' (dot) like 32.50, it's saved to the product as 32,50, while when I do that the product price is set to 325,00.
We expect this to be a regional settings thing on the server but we can't figure out what it can be. We've changed the web.config culture node to our region (nl-NL) but no change. The same project on our testserver is working correctly, both applications are version 19.2.3.5.
Anybody experienced the same problems? Or has a solution to the problem?
Thanks!
Tom