View Single Post
  #2  
Old 01-28-2004, 02:36 PM
 
fmaestas fmaestas is offline
 

Newbie
  
Join Date: Jan 2004
Location: Aurora CO
Posts: 5
 

Default Nevermind - found it.

For reference: the file is /customer/main/customer_details.tpl

{$lng.lbl_first_name}: {$userinfo.firstname}
{$lng.lbl_last_name}: {$userinfo.lastname}
{$lng.lbl_phone}: {$userinfo.phone}
{$lng.lbl_fax}: {$userinfo.fax}
{$lng.lbl_email}: {$userinfo.email}
{$lng.lbl_company}: {$userinfo.company} {* -- Added this line -- *}
{$lng.lbl_web_site}: {$userinfo.url}
__________________
Frank M.
Reply With Quote