Hello,
I really don't want this feature. Because at the end of the Auction, the winner is charged at the 2nd highest bid amount.
I need the current price to be set to be the highest bid.
It's actually how auctions are generally being processed online.
We already planned on adding more mode in the future but note that if you really need it, you can edit the code of the "getAuctionCurrentPrice" function via "administrator\components\com_hikaauction\classes\auction.php" which is responsible of the calculation of the auction current price.
Some customers are able to create an order when an Auction hasnt ended at the starting price of the Auction.
I wasn't able to reproduce it on my end, can you give us more information about it so that we can reproduce it on our end and quickly fix it ? Thank you.
Its currently 3 customers who have been able to do that on my website, i really dont know where the issue is coming from.
The current bid will always be equals to :
[0 - 1] bid => The starting price
More than 2 bids => The second (customer) highest bid + bidding increment, the bidder with the highest bid will always be the winner until a customer bid with an higher value.
So if you only 1 have placed a bid on that auction then he'll win it for the starting price.