-- HikaShop version -- : 2.6.3
-- Joomla version -- : 3.6.2
Hello,
I need there are many topics to this issue, but they are old or doesn't work for me.
I have hikashop registration page as menu item and when I make and account I need to redirect user to own url. Is that possible?
I tried activate_page view
<?php
/**
* @package HikaShop for Joomla!
* @version 2.6.3
* @author hikashop.com
* @copyright (C) 2010-2016 HIKARI SOFTWARE. All rights reserved.
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/
defined('_JEXEC') or die('Restricted access');
$app = JFactory::getApplication();
$app->redirect('myurl');
?>
with no result
Thank you