mark4040 Posted January 20, 2011 Share Posted January 20, 2011 Hi guysCan any one tell me is there any way i can make the newsletter option set to yes as a default when people register for the first time on my site.Thank you. Link to comment Share on other sites More sharing options...
pasko Posted January 20, 2011 Share Posted January 20, 2011 Hi,Open the "authentication.tpl" and add this: checked="checked" Like this: <input type="checkbox" checked="checked" name="newsletter" id="newsletter" value="1" {if isset($smarty.post.newsletter) AND $smarty.post.newsletter == 1} checked="checked"{/if} /> {l s='Sign up for our newsletter'} Regards ;-P Link to comment Share on other sites More sharing options...
mark4040 Posted January 20, 2011 Author Share Posted January 20, 2011 Thank you for your help.Cheers. Link to comment Share on other sites More sharing options...
mark4040 Posted January 20, 2011 Author Share Posted January 20, 2011 me again where do i find authentication.tpl what folder is it in.Thank you. Link to comment Share on other sites More sharing options...
pasko Posted January 20, 2011 Share Posted January 20, 2011 in root/prestashop/themes/your_theme/ Link to comment Share on other sites More sharing options...
mark4040 Posted January 20, 2011 Author Share Posted January 20, 2011 can i just copy and paste what you have put down over the top of the code.Thank you. Link to comment Share on other sites More sharing options...
mark4040 Posted January 20, 2011 Author Share Posted January 20, 2011 Thank you for your help it works fine cheers. Link to comment Share on other sites More sharing options...
pasko Posted January 20, 2011 Share Posted January 20, 2011 Great :coolsmile: Link to comment Share on other sites More sharing options...
nikmagnus Posted February 22, 2011 Share Posted February 22, 2011 THanks a lot, this was helpful to me. 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