Knowledgebase: One Page Checkout
How do I select a newsletter by default? I want one of them these newsletters already checked.
Posted by Nick Poindexter on 04 March 2010 05:29 PM
In modules/News_Management/register_newslists.tpl

Change:

<input type="checkbox"


to:

<input type="checkbox" checked="checked"



If you have more than one you would need to add a conditional:

Replace name_to_check with the name of your Newsletter

<input type="checkbox" {if $newslists[idx].name == 'name_to_check'}checked="checked" {/if}

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments: