Quote:
Originally Posted by Welshy2008
I still can't find the threads that I need to explain where and what, I add the "*"'s to, to enable smaller incriments for bidding. I also want it to sort out the bug where I enter for example:
starting bid ?19.99 (and for it to show as this price and Not ?19).
Postage: ?4.99 (not show as ?4).
|
Just an idea on the decimal points problem. I haven't installed this mod yet, but it sounds like the SQL Table that is created for the mod is not storing the numbers as Float data types. It's probably Integer type (Which gets rounded down to the nearest whole number). Fixing that problem may be as simple as changing the data type on the column in the Table that stores the values from Integer to Decimal or Float.