*

hariom singh

  • **
  • 22 posts
Creating another register page
« on: October 28, 2021, 08:41:27 PM »
I want to create two separate registration page for vendor and seller but i am not able to add link to go to the other registration page can you tell me how to link my page
I have added the controller vendorregister. php and  but i am not getting how to change the switch case of index page i have added the screenshot of index.php file and  href link in header.php  like in register <a href="<?php echo osc_register_account_url() ; ?>

*

MB Themes

Re: Creating another register page
« Reply #1 on: October 29, 2021, 10:07:30 AM »
@hariom singh
I think that is bad and complicated way. It is much easier to add extra parameter to URL and create 2 different forms on same register page.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

hariom singh

  • **
  • 22 posts
Re: Creating another register page
« Reply #2 on: October 29, 2021, 01:32:48 PM »
 i want to disable the post an add for the seller but keep it for the vendor . Is it possible??

*

MB Themes

Re: Creating another register page
« Reply #3 on: October 29, 2021, 07:46:48 PM »
Well best way is to add at start of document check if this page is available for person or not.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots