Hi
I want to make custom page after registration and other after activating account.
I made this redirection after registration - /components/com_hikashop/views/checkout/tmpl/activate_page.php - it's WORK !
Add this code ...
<?php
$app=& JFactory::getApplication();
$app->redirect('index.php?option=com_content&view=article&id=79');
?>
but I can not find where I make page after activating the account via email. I tried the file /components/com_hikashop/views/user/tmpl/after_register.php but without success
Can you help me?
Best Regards