registration module

  • Posts: 172
  • Thank you received: 2
11 years 9 months ago #120563

Hello , i use "offlajn login & registration" module .
how can i turn off hika registration or redirect to mine ?
thx

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

  • Posts: 12953
  • Thank you received: 1778
11 years 9 months ago #120662

Hi,
If your "offlajn login & registration" module is using the joomla login and registration, you'll be able to do it by using the Redirect Joomla registration to HikaShop Plugin.
Hope this will help you a little.

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

  • Posts: 172
  • Thank you received: 2
11 years 9 months ago #120680

i turn it on , but hika registration info is still displayed

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

  • Posts: 83937
  • Thank you received: 13599
  • MODERATOR
11 years 9 months ago #120704

What Mohamed told you to do is to redirect other registration pages to hikaShop's. We don't provide any way to use another registration system that HikaShop's during the checkout.
The only solution is to add a line like:
<?php return; ?>
at the beginning of the file "login" of the view "checkout" via the menu Display>Views in order to not display the login/registration of HikaShop during the checkout and then add some code before that to display you registration form in there, or another way to display your registration form about the checkout form of HikaShop, like for example with a module.

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

  • Posts: 172
  • Thank you received: 2
11 years 9 months ago #121425

In the paid version registration is turned on/off?

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

  • Posts: 172
  • Thank you received: 2
11 years 9 months ago #121426

also , can i delete code in user / registration.php ?

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

  • Posts: 172
  • Thank you received: 2
11 years 9 months ago #121427

i did like this

<?php
/**
 * @package  HikaShop for Joomla!
 * @version  2.2.1
 * @author  hikashop.com
 * @copyright  (C) 2010-2013 HIKARI SOFTWARE. All rights reserved.
 * @license  GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 */
defined('_JEXEC') or die('Restricted access');
?><?php
if(HIKASHOP_RESPONSIVE) {
  echo $this->loadTemplate('bootstrap');
  return;
}
?>
<?php return; ?>
<table cellpadding="0" cellspacing="0" border="0" class="hikashop_contentpane">
<?php if(!$this->simplified_registration){ ?>
  <tr class="hikashop_registration_name_line">
    <td class="key">
      <label id="namemsg" for="register_name">
        <?php echo JText::_( 'HIKA_USER_NAME' ); ?>
      </label>
    </td>
      <td>
        <input type="text" name="data[register][name]" id="register_name" value="<?php echo $this->escape($this->mainUser->get( 'name' ));?>" class="inputbox required" maxlength="50" /> *
      </td>
  </tr>

Last edit: 11 years 9 months ago by rockettboost.

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

  • Posts: 172
  • Thank you received: 2
11 years 9 months ago #121429

where can i find hikashop_order_listing.php ?

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

  • Posts: 83937
  • Thank you received: 13599
  • MODERATOR
11 years 9 months ago #121518

Hi,

There is no hikashop_order_listing.php file that I know of. So I'm not sure what you're looking for ?
If you want to edit the order listing view file, you can do it via the menu Display>Views.

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

  • Posts: 172
  • Thank you received: 2
11 years 9 months ago #121539

ok , thx

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

Time to create page: 0.075 seconds
Powered by Kunena Forum