I've not tried this, but if it was me, I would be looking at changing the database perhaps.
In the pricing table, you have a price field, which has a type of decimal(12,2); if you changed this to remove the 2, you would then not have any decimal points.
I would do this via phpmyadmin myself, suggest backing it up first though!
|