Hi Guys,
Just wanted to know if someone ever has simmilar issue.
We disabled rounding on the shop, and I have some products with some custom fields, that are of type "Decimal".
One of the field values is "2.745" as a result when I am reading it in the razor, I am getting "2.75" out of
@i.GetString("Ecom:Product:Field.variable.Value")
No rounding hapens in front-end I am trying to read "Raw" value.
Is there any way I can assure that this field gets no auto-rounding?
Regards,
Dmitrij