Hi!
I have solved the problem but a new problem has appeared.
I have added this code to functions.php
function custom_sanitize_numer( $value ) {
// Format number, add separate comma
$value = number_format( $value, 0, ',', '.' );
return $value;
}
Now everything looks fine in front but in the backend i am getting a bug.
https://capturas.trinchera.marketing/04uq4Rgm