here is what I am up against,
if the bidder doesnt follow through with the auction and pay for it, I dont seem to have any records to point me to who it is, and I assumed that the bidder ID was the customer ID but it seems not so, I even bid on an item took the bidder ID (me) and compared it to customer ID's, and it wasn't me :huh:
I have been searching files and did find one I thought would do the trick, (tpl_product_auction_info_display.php)
it had been modified from the original, I replaced the absent code but still showing just the Bidder ID, maybe there is more than 1 file that would need to be changed, anyway we have a forum bridged with zen and was looking into using the forum nick as the identifier
either that or the owner should get an email with the winning bidders info, I hadn't received any.
I did get out bid notices from when I had bid...
original code
changed codeQuote:
<td class="main"><?php echo AUCTION_WINNER . ' ' . $last_bid->fields['customers_firstname']; ?> <?php echo $last_bid->fields['customers_lastname']; ?></td>
</tr>
Quote:
<td class="main"><?php echo AUCTION_WINNER . ' ' . TEXT_AUCTION_BIDDER_ID . ': ' . $last_bid->fields['customers_id']; ?></td>
</tr>