Quote:
Originally Posted by maxhodges
You should alter the "<xart_dir>/skin1/modules/News_Management/register_newslists.tpl" template.
Find this code:
<input type="checkbox" name="subscription[{$listid}]" {if $subscription[$listid] ne ""}checked="checked"{/if} />
And replace it with this:
<input type="checkbox" name="subscription[{$listid}]" {if $subscription[$listid] ne "" or $login eq ""}checked="checked"{/if} />
|
I have tried this in 4.3 with no luck. Does anyone know if there is an alternative method for 4.3?
I would like to make sure that all newsletters are "checked" by default when a customer registers via checkout or normally.
Thanks in advance.