Allow user to enter numeric and float values. This is very useful in sorting as default sobipro sort everything in alphabetical order and cannot distinguish between number and text.

Let's take a example. Suppose Price field has these values 4999, 42000, 5000, 38000, 44999.99, 45000 etc.

Now in front end sobipro category view, listing are shown in this order38000 -> 42000 -> 44999.99 ->45000 -> 4999 -> 5000, when sorted on Price field ASC, which is totally wrong as it also treat numeric data to be text. But actually it should be like :-
4999 -> 5000 -> 38000 -> 42000 -> 44999.99 -> 45000

So Integer field is only solution to it.
Download Integer Field for sobipro
Please extract the zip file and install both integer field and integer field app from sobipro