View Single Post
  #3  
Old 02-15-2011, 04:47 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: Pre-Checked Newsletter Box in Registration?

You should alter the "skin1/modules/News_Management/register_newslists.tpl" template and replace this code:
Code:
<td><input type="checkbox" name="subscription[{$listid}]" {if $subscription[$listid] ne ""}checked="checked"{/if} /></td>
with this:
Code:
<td><input type="checkbox" name="subscription[{$listid}]" {if $subscription[$listid] ne "" or $main eq "register"}checked="checked"{/if} /></td>
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote