how to disable default hikashop registration ?

  • Posts: 170
  • Thank you received: 7
7 years 2 months ago #263502

-- HikaShop version -- : 2.6.4

Hi
I'm using CB for user registration.i'm using hikashop for enrol user to the course.(by joomdle and moodle and joomla)
i want to use CB form for user registeration.
is it way to change the default registeration form in login step?
or can i disable hikashop register bur keep login form and keep CB register enable?
or simply disable hikashop register form?
thank's a lot

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

  • Posts: 81567
  • Thank you received: 13075
  • MODERATOR
7 years 2 months ago #263507

Hi,

If you want to remove the HikaShop registration form, you can edit the file "registration" of the view "user" (or "sub_block_login_registration" of the view "checkout" with the new checkout of HikaShop 3) and add such code that the top:

<?php return; ?>
If you want to have instead a link to the CB registration form, you can add it before that line with such code:
<a href="http://mywebsite.com/link/to/CB/registration/page">Click here to register</a>
It's not possible to directly put the CB registration form inside the login view. Neither of the system is made to support that.

Last edit: 7 years 2 months ago by nicolas.
The following user(s) said Thank You: sadaf3d

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

Time to create page: 0.057 seconds
Powered by Kunena Forum