Redirections after Registration/Activation SOLVED

  • Posts: 3
  • Thank you received: 0
11 years 7 months ago #130383

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

Last edit: 11 years 7 months ago by copyman.

Please Log in or Create an account to join the conversation.

  • Posts: 3
  • Thank you received: 0
11 years 7 months ago #130390

I found solution !

in components/com_hikashop/controller/checkout.php after code:

$app->redirect( hikashop_completeLink('checkout'.$url,false,true) );
					}else{


add redirection to custom page:
$app->redirect('index.php?option=com_content&view=article&id=86');

Please Log in or Create an account to join the conversation.

Time to create page: 0.055 seconds
Powered by Kunena Forum