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!
|