Steve,
In a previous thread you gave the following code to show bid history:
{foreach from=$product->getRelatedRecordObjects('bids') item=bid}
{$bid->val('username')} : {$bid->val('bid_amount')}
{/foreach}
Where do you put the code?
thanks,
Steve