How 2 show Highest Bidder name?
Archived from the Web Auction Discussion forum.
manskie — Wed Oct 08, 2008 2:25 am
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?
shannah — Fri Oct 17, 2008 8:17 am
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
manskie — Mon Oct 20, 2008 1:27 am
Thanks Steve!