I had Hikashop and I disabled Joomal registration adn redirect with Hika plugin to Hikashop only.
Now from Hika menu the registration is fine, I have the "Signup" in footer links, BUT FROM popup Login the Gavick template it redirects to Joomla unexisting register page.
I tried to edit directly "/components/com_users/views/registration/tmpl" in joomla default php file but it not works.
- Code: Select all
<form id="member-registration" action="<?php echo JRoute::_('index.php?option=com_users&task=registration.register'); ?>" method="post" class="form-validate form-horizontal well" enctype="multipart/form-data">
I Tried the same in : "/templates/gk_cloudhost/html/mod_login/default.php" by adding my hikashop URL, but it still not works and when click on SignUP from image I attached, it simply show msg "you need to login first" lol...
Thanks for help how can I add URL to that popup link "Signup"
