Been looking into it more.
The sidebox seems to be displaying the correct current bid (though I'm sure it wasn't when I was testing and that's why I turned off it displaying the price). It calls for $auction_current_bid
As does the product_listing.php file (in includes/modules/your template/ )
This being the code: (note the text change from Current Bid to Starting Bid that I edited so it at least wasn't confusing people)
$auction_current_bid = ($auction_bid->fields['customers_bid'] >= 1) ? $auction_bid->fields['customers_bid'] : $auction->fields['bid_start_price'];
$lc_price = 'Starting Bid <br />'. $currencies->format($auction_current_bid) . '<br />';
But for some reason it's displaying the start price not the current bid.
Any help please?
Thanks
Bookmarks