jleesaxon Posted June 5, 2014 Share Posted June 5, 2014 (edited) I noticed that in authentication.tpl, the checkboxes for "Sign up for our Newsletter" and "Receive Offers from..." are surrounded by: {if $newsletter} ... {/if} However, I've uninstalled Newsletter block and those checkboxes are still there. How do I switch this variable? Is there a preference in Back Office somewhere? Edited June 5, 2014 by jleesaxon (see edit history) Link to comment Share on other sites More sharing options...
PSfever.com Posted June 5, 2014 Share Posted June 5, 2014 This might be due to this line of code in the AuthController.php file $this->context->smarty->assign('newsletter', 1); Try switching it to 0, this might help. Link to comment Share on other sites More sharing options...
jleesaxon Posted June 18, 2014 Author Share Posted June 18, 2014 Thanks, I changed that as well as deleted the section of code from authentication.tpl. Hopefully there are no more ways for anyone to sign up for my non-existent newsletter. Prestashop really needs to do something about the numerous features that can be switched on an off and configured in 73 different places. Link to comment Share on other sites More sharing options...
PSfever.com Posted June 19, 2014 Share Posted June 19, 2014 Well it would, surely...but PS is improving with every version, one day this will come. Link to comment Share on other sites More sharing options...
Recommended Posts