I guess you didn't understand what I was trying to say.
There should not be an increment on an intial bid. Meaning if I bid on an item that starts at $1 and I put in my max bid to $100. The current bid price should be $1 currently set it goes to $1.25. I found a way to fix it by doing these few changes to the bids.php file.
On line 46 change this
Code:
Content visible to verified customers only.
To this
Code:
Content visible to verified customers only.
Then around line 154 change this
Code:
Content visible to verified customers only.
To this
Code:
Content visible to verified customers only.
Hope this helps