Showing bid history

Archived from the Web Auction Discussion forum.

aleutia — Thu Mar 04, 2010 10:19 am

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


shannah — Thu Mar 04, 2010 11:11 am

This would go in the templates/view_product.html template.

-Steve