Hello all,
I'm writing this post due to we have a problem with orderlinefields and nordic special characters for example: ø, å, ä.
For some products we are using order line fields to get some info from customer to product (<input type="text" name="@orderline.GetValue("Ecom:Product.OrderLineField.InputTextFieldName")" placeholder="@Translate("Participant name")" required />)
All works fine but unfortunately this special characters in the DB are stored as ASCII HTML Code (ø, å, ä) and we have got problem that ERP with live integration is not accept it.
Do you maybe know how to achive that the special characters will be stored in DB like ø, å, ä?