Hi,
We have a Custom shipping provider, with AddInParameters of type double, using the FloatingPointNumberParameterEditor.
As long as the inpunt in these fields is a nice round number, everything works fine. But now our client changed the value 6.00 to 6.95, and depending on the chosen language of the frontend we get either 6.95 (correct) in English, or 695.00 in the dutch language.
It looks like the value of the addinparameter gets deserialized from the xml field in the database using the number format of the culture of the site language the visitor is viewing.
We will try to find a work around/hack to fix this, but I would think this should work correctly indepent of the chosen frontend layer.
Greets Hans