Page 1 of 1

Showing bid history

PostPosted: Thu Mar 04, 2010 10:19 am
by aleutia
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

Re: Showing bid history

PostPosted: Thu Mar 04, 2010 11:11 am
by shannah
This would go in the templates/view_product.html template.

-Steve