teriff Posted August 26, 2010 Share Posted August 26, 2010 Hi there!I have noticed that when someone makes a new account in my prestashop the person have to cross the box for newsletter himself upon registration. It's much better to have the reverse that customers have to uncross the newsletter box instead if he/she dosen't want it.It makes higher rate of newsletter subscribers and seriously, who dosen't want to have my newsletter? Someone know how to do this? Link to comment Share on other sites More sharing options...
Zenith Posted August 26, 2010 Share Posted August 26, 2010 In "themes/prestashop/authentication.tpl"Find: <input type="checkbox" name="newsletter" id="newsletter" value="1" {if isset($smarty.post.newsletter) AND $smarty.post.newsletter == 1} checked="checked"{/if} /> Replace with: <input type="checkbox" name="newsletter" id="newsletter" value="1" checked="checked" /> Link to comment Share on other sites More sharing options...
rocky Posted August 26, 2010 Share Posted August 26, 2010 That code will almost work, but if the customer unchecks the box and then an error occurs, it will become checked again. See my post here to have the newsletter box ticked by default and maintain its state when an error occurs. Link to comment Share on other sites More sharing options...
fecsó Posted October 1, 2010 Share Posted October 1, 2010 Hi rocky,Thanks a lot for your help, it works well.fecsó Link to comment Share on other sites More sharing options...
robkwal Posted October 1, 2010 Share Posted October 1, 2010 Thanks for this, just what I was looking for! Link to comment Share on other sites More sharing options...
Prestafan1234 Posted October 1, 2010 Share Posted October 1, 2010 As your customer, I would be extremely annoyed, if you made that selection for me! This is probably one of the reasons that this is illegal here in Denmark - we have very strict laws to protect the consumers, which in my opinion is excellent! You might get a lot of subscribers this way, but is that really any good, if people mark you as spam or unsubscribe again as soon as they get your first e-mail??Wouldn't you rather that people signed up, because they have actively chosen to get updated on your products. People get enough spam mails and phone calls from people trying to sell things as it is. If it was me, you would just be another one of the people I tell off for contacting me without me asking for it. Link to comment Share on other sites More sharing options...
Fecso Posted July 4, 2011 Share Posted July 4, 2011 Dear All,Does anybody know the solution for Presta 1.4?Thanks in advance,fecso 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