Hello Chuck,
Okay, so I believe that this is correct in making the bid increment to $1.00 across the board regardless of the selling price?
if ( $curprice < 10 ) $curprice += 1.00;
elseif ( $curprice < 50 ) $curprice += 1.00;
elseif ( $curprice < 100 ) $curprice += 1.00;
elseif ( $curprice < 500 ) $curprice += 1.00;
else $curprice += 1.00;
I am just not sure about the last line of code (bolded). Is that correct too?
Also are there any other changes that I will need to make?
Thank You,
Nuguru
WebbinZine.com