Quote Originally Posted by AndyII View Post
bramnick, when you come back on, I see in the info after auction end the persons name...did I get something wrong?
also as you can see, the real winning bid was $0.35
with bidder ID: 1 and my name, hmmm
OK I am making progress..

I changed the code so that the current price shown in the summaries is the current high bid... I did this by updating the "starting price" each time the bid is raised. It made sense to me anyway. There is an odd side effect that I am tracking down, but I think we will be ok

I am looking at the pricing problem (0.35 vs 0.25) that you found. The funny thing is that if the bid reaches $1 all is well. I will figure it out sooner or later.

I am also working on a cron job. I really dont like the fact that EVERY page view of the store seaches for expired auctions. It isnt an efficient design, especially as that table starts to get large. I dont have that working yet. I know how to do with with a HUGE hack. I am trying to stay away from that.

stay tuned

A