Re: Tracking Number
Since you are such a Wizard, perhaps you know the answer also to this one: I am working on one other issue that also has changed since upgrading: Trying to have the newsletter box checked by default. I have had this on our site for years without complaint, so we would like to continue. Here is what I did before:
/modules/News_Management/register_newslists.tpl
FIND <td><input type="checkbox" name="subscription[{$listid}]" {if $subscription[$listid] ne ""}checked="checked"{/if} /></td>
CHANGE TO:
<TD><INPUT type="checkbox" name="subscription[{$listid}]" {if $subscription[$listid] ne ""}checked{/if}{if $login eq ""}checked{/if}></TD>
...but it doesn't seem to work anymore...do you have any idea?
__________________
Alan Ruud
X-Cart Ver. 4.4.1 (Unix)
|