Jump to content

redirect to another url after subscribe newsletter


Alfonso17

Recommended Posts

  • 2 weeks later...

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...