Page 1 of 1

How 2 show Highest Bidder name?

PostPosted: Wed Oct 08, 2008 2:25 am
by manskie
There is probably an easy answer 4 this but I could not find it here:

How do I show the name of the currently highest bidder in the general list (for all users) beside Description, Minimum Bid, Current Bid, Highest Bidder Name?

PostPosted: Fri Oct 17, 2008 8:17 am
by shannah
Modify the templates/public_product_list.html file. You can show the high bidder by adding:
Code: Select all
{$product->display('high_bidder')}

in the appropriate place.

-Steve

Works!

PostPosted: Mon Oct 20, 2008 1:27 am
by manskie
Thanks Steve!