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