View Single Post
  #3  
Old 01-23-2004, 06:24 AM
 
fmaestas fmaestas is offline
 

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

Default

Would that be the register.tpl in Admin/Main?
(using X-Cart 3.5.1)

Have uncommented the following:
<TR valign=middle>
<TD align=right>{$lng.lbl_ssn}</TD>
<TD></TD>
<TD nowrap>
<INPUT type=text name=ssn size=32 maxlength=32 value="{$userinfo.ssn}">
</TD>
</TR>

And changed the Label in the languages area, changed to "Job Title".
Saved both, but still do not see the new field.

Thanks!
Reply With Quote