Thread: Tracking Number
View Single Post
  #7  
Old 01-24-2011, 08:57 AM
 
alanruud alanruud is offline
 

Member
  
Join Date: May 2008
Posts: 11
 

Default 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)
Reply With Quote