View Single Post
  #3  
Old 01-28-2004, 09:10 PM
  leon's Avatar 
leon leon is offline
 

X-Wizard
  
Join Date: Mar 2003
Location: Costa Rica
Posts: 1,213
 

Default

There are two parts where you would want to take this:

1. /skin1/customer/home.tpl
Where it says:
Code:
{ include file="news.tpl" }

2. /skin1/customer/main/register.tpl
Where it says:
Code:
<tr valign=middle> <td height=20 colspan=3>{$lng.lbl_newsletter}<hr size=1 noshade></td> </tr> <tr valign=middle> <td></td> <td></td> <td> <input type=checkbox name=newsletter {if $userinfo.newsletter eq "Y"}checked{/if}> {$lng.txt_newsletter_msg} </td> </tr>

But as lyncca mentions, it is better to comment them out, in case you decide to use them in the future.
__________________
It doesn\'t matter what is done... it is how it is done.
=============================
XCart Version: 3.5.3 -> Dmcigars.com
XCart Version: 4.1.3....
Reply With Quote