View Single Post
  #12  
Old 03-12-2006, 08:42 AM
  ShishaPipeUK's Avatar 
ShishaPipeUK ShishaPipeUK is offline
 

Senior Member
  
Join Date: Jul 2005
Location: London, England.
Posts: 118
 

Default

I modified the shopcart/skin1/news.tpl to this version below:

Code:
<TABLE> <FORM action="{$xcart_web_dir}/mail/subscribe.php" name="subscribeform"> <INPUT type="hidden" name="redirect" value="{$redirect}"> <TR> {if $usertype eq "C"} <TD class="VertMenuItems">To subscribe to the newsletter, enter your email address and click "Subscribe". {$lng.lbl_your_email} <FONT style="FONT-SIZE: 3px;"> </FONT><INPUT type="text" name="newsemail" size="16"> <FONT style="FONT-SIZE: 5px;"> </FONT><FONT class="FormButton">{$lng.lbl_subscribe}</FONT> <INPUT type="image" {include file="buttons/go_image.tpl" full_url='Y'}> Subscribing to our newsletter is free and your data will not be shared or sold with any other companies. Please see our privacy statement for details. </TD> {else} <TD> {$lng.lbl_your_email} <INPUT type="text" name="newsemail" size="16"> {include file="buttons/subscribe_menu.tpl"} </TD> {/if} </TD> </TR> </FORM> <FORM action="{$xcart_web_dir}/mail/unsubscribe.php" name="unsubscribeform"> <INPUT type="hidden" name="redirect" value="{$redirect}"> <TR> {if $usertype eq "C"} <TD class="VertMenuItems">To be removed from our newsletter subscription, type in your email address and then click "Unsubscribe". {$lng.lbl_your_email} <FONT style="FONT-SIZE: 3px;"> </FONT><INPUT type="text" name="email" size="16"> <FONT style="FONT-SIZE: 5px;"> </FONT><FONT class="FormButton">{$lng.lbl_unsubscribe}</FONT> <A href="javascript:document.unsubscribeform.submit()" class="VertMenuItems"> <INPUT type="image" {include file="buttons/go_image.tpl" full_url='Y'}></A></TD> {else} <TD> {$lng.lbl_your_email} <INPUT type="text" name="newsemail" size="16"> {include file="buttons/unsubscribe_menu.tpl"} </TD> {/if} </TD> </TR> </FORM> </TABLE>
__________________
Apache/2.0.55 (Red Hat) & MYSQL Server: 5.0.24
PERL: 5.008005 / PHP: 4.4.4 - 4.3.1 X-CART

Shop carts at
http://www.nightscene.co.uk/shop/home.php
http://www.theshisha.net/shopcart/home.php
http://www.system-maintenance.com/maint/home.php
http://www.tabac4u.com
Reply With Quote