Hello,
we want to change out decimal places to 8 instead of 2 since every custom option is saved as "percentage" value.
With 2 decimal places everything are uneven numbers like 12.89 or 13.57 but with 8 decimal places thoose uneven numbers get even: 12.89 -> 13.00, 13.57 -> 13.60.
So is there a way to change the decimal places there to 8 instead of 2 or is that something so deep in the core that it cant be changed. The input with 8 decimal places works and it saves it like that but once i want to edit that product the 8 saved decimal places get converted into 2 which causes uneven numbers.
Thanks in advance