To allow decimals in item quantity follow the next steps:
1. Run SQL command using PHPMyAdmin utility on your database:
alter ignore table #__iprice_order modify `countitems` float NOT NULL;
Do not forget to replace the table prefix '#_' to table prefix in your database
2. Unzip attached package into you site root folder