Sopppppp Posted March 4, 2017 Share Posted March 4, 2017 Dear all, I am using Prestashop 1.4.8 (I know it is an old one I need your help for this: When someone create an account on my website, the box *Register to our newsletter" doesn't appear. Or, once you have made your account and you go on your profil there is the box Register to our newsletter. But I would like that the tick box Register to our Newsletter appears at the begging when you create your account because very few people go back to their profil and go tick this box. Waiting for you reply. Regards, Link to comment Share on other sites More sharing options...
sandipchandela Posted March 4, 2017 Share Posted March 4, 2017 Dear all, I am using Prestashop 1.4.8 (I know it is an old one I need your help for this: When someone create an account on my website, the box *Register to our newsletter" doesn't appear. Or, once you have made your account and you go on your profil there is the box Register to our newsletter. But I would like that the tick box Register to our Newsletter appears at the begging when you create your account because very few people go back to their profil and go tick this box. Waiting for you reply. Regards, It's too old dude, you are in 2012 if am not wrong. Any way you can find authentication.tpl file in themes/default or themes/prestashop directory. <input type="checkbox" name="optin" id="optin" value="1" {if isset($smarty.post.optin) && $smarty.post.optin == '1'}checked="checked"{/if}> remove if condition or place checked=checked code outside of {if} condition. Link to comment Share on other sites More sharing options...
Sopppppp Posted March 14, 2017 Author Share Posted March 14, 2017 Thanks for your reply. I know I should upgrade it but for the moment it will cost me too much. 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