If you wish to redirect customers to specific page after newsletter subscription, here's how.
Copy
app\code\core\Mage\Newsletter\controllers\SubscriberController.php
to
app\code\local\Mage\Newsletter\controllers\SubscriberController.php
Open the created local file. Find in two places:
$this ->_redirectReferer(); |
$this ->_redirectUrl(Mage::getBaseUrl()); |
$this ->_redirectUrl(Mage::getBaseUrl(). 'cms-page-identifier' ); |
how to do that in magneto 2??
ReplyDelete