Alfonso17 Posted May 19, 2016 Share Posted May 19, 2016 (edited) Hello!I need change the url after subscribe to newsletter, but without losing the funcionality add to bdd the mail. Anybody can help me? My version is 1.6.1.4Thanks!! Edited May 19, 2016 by Alfonso17 (see edit history) Link to comment Share on other sites More sharing options...
Alfonso17 Posted May 23, 2016 Author Share Posted May 23, 2016 Anybody? Link to comment Share on other sites More sharing options...
rocky Posted June 1, 2016 Share Posted June 1, 2016 If you want to redirect somewhere after successfully subscribing to the newsletter, you can find the following code on lines 393-394 of modules/blocknewsletter/blocknewsletter.php: if (Configuration::get('NW_CONFIRMATION_EMAIL')) $this->sendConfirmationEmail($email); and then add the following lines after it: Tools::redirect('http://www.prestashop.com'); Change the PrestaShop URL I used as an example to any URL you want. 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