X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Pre-Checked Newsletter Box in Registration? (https://forum.x-cart.com/showthread.php?t=57221)

amanda 12-23-2010 08:12 PM

Pre-Checked Newsletter Box in Registration?
 
Hiya all...

Could anybody tell me how to have my newsletter check box ticked when people register - so they have the option of removing it, rather than checking it?

Thanks
Mandy

V4.4.1
http://www.styletime.com.au

sunset 02-10-2011 06:18 PM

Re: Pre-Checked Newsletter Box in Registration?
 
Hi there,

I'm interested in this option too.
Any help is appreciated.

Many thanks,

Paula

qualiteam 02-15-2011 04:47 AM

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>

balinor 02-15-2011 04:50 AM

Re: Pre-Checked Newsletter Box in Registration?
 
FYI, this kind of defeats the purpose of 'opt in' and may be viewed by some of your customers as a bit shady.

sunset 02-15-2011 05:06 AM

Re: Pre-Checked Newsletter Box in Registration?
 
Hi Alex

Thanks very much for your reply. I shall give it a shot :)

Balinor, thanks also for your feedback. I intend to pop a brief note to make it clear to customers.

Thanks again guys - I appreciate your help.

Cheers
Paula


All times are GMT -8. The time now is 12:17 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.