Quote:
|
1. When a reserve price is set and the auction ends. The listing says the auction has closed, but when you close the auction manually the system sends a win notice to the highest bidder that did not meet the reserve price.
|
That would be correct action here. Highest bid and reserve have nothing to do with each other. Reserve is something strictly used for BUY IT NOW which it says when you upload an auction. If you have an auction and someone buys it now then the reserve is used because thats the price the seller has put to sell it for outside an auction. If the seller ends there auction they are effectively ending there auction with the highest bidders amount. The bidder has not agreed to a reserve amount. He has bid his bid amount and you ending the auction accept that amount. I beleive ebays works on this same principle.
Quote:
|
2. No way to cancel bids/end listing.
|
You can delete bids by viewing the bid history as an admin. Ending Listing I beleive would that not be END AUCTION.
Code:
Content visible to verified customers only.
Yes that is an oversight as I never added the ability to edit it but no biggy redownload the build and upload editproduct php and template.
Code:
Content visible to verified customers only.
Reserve is the buy it now price and this is explained when a seller places the ad. We added this feature right from ebay so its working as expected and coded.
Quote:
|
5. When the Buy it Now is used, The auction does not end automatically. And when you close the auction, Win notices are sent to the high bidders.
|
The payment verification script does not send high bid notices at all ever so its not sending out high bid notices. High bid notices are sent out two ways. If you hit close an auction through the script your sending the emails doing that.
1. You end an auction explained above.
2. You have the cron task setup to expire auctions that are over yes a winning email is sent and an auction is ended.
As far as payment verification for it to work correctly and I see nothing in the code we explained when 3.0 was released it uses paypal IPN service. If nothing is ended I would suspect the information is not coming back to your server. In your paypal setup under IPN there is a box where you enter the full url to any IPN script that recieves paypal data. Have you entered your payment_verification.php script url under there?