ajensen27 Posted March 15, 2013 Share Posted March 15, 2013 I've searched the forum and couldn't find anything to solve my problem. I just want to have the newsletter check box checked automatically. I'm sure this is pretty easy but couldn't figure it out. Thanks! Link to comment Share on other sites More sharing options...
PascalVG Posted March 15, 2013 Share Posted March 15, 2013 (if you use 1.5.3.1), its in the file /themes/<your theme folder>/order-opc-new-account.tpl Around line 172 you find: <p class="checkbox"> <input type="checkbox" name="newsletter" id="newsletter" value="1" {if isset($guestInformations) && $guestInformations.newsletter}checked="checked"{/if} /> <label for="newsletter">{l s='Sign up for our newsletter'}</label> </p> <p class="checkbox" > <input type="checkbox"name="optin" id="optin" value="1" {if isset($guestInformations) && $guestInformations.optin}checked="checked"{/if} /> <label for="optin">{l s='Receive special offers from our partners'}</label> </p> Take out the red {if...} lines. Hope that helps, Pascal 1 Link to comment Share on other sites More sharing options...
ajensen27 Posted March 15, 2013 Author Share Posted March 15, 2013 Thanks a lot PascalVG!! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now