Show Winners Full Name
Posted: Wed Dec 10, 2008 10:26 am
I have been trying to show the winners Full Name in the Reports section and on the product page for the admin, i cant get them to work, I just want one to work.
On the product page i have tryed this
that just give me a blank space after The high bidder is
and i have tryed this
and that just breaks the site template and gives me a sql error.
Do i have to add something else to another file so it knows to take the first and last name or the full name from the high bidder.?
Thanks
David
On the product page i have tryed this
- Code: Select all
{if isAdmin()}The high bidder is {$record->val('firstname')}{/if}
that just give me a blank space after The high bidder is
and i have tryed this
- Code: Select all
{if isAdmin()}The high bidder is {$users->val('firstname')}{/if}
and that just breaks the site template and gives me a sql error.
Do i have to add something else to another file so it knows to take the first and last name or the full name from the high bidder.?
Thanks
David