If I click on the agent dashboard then it redirect me to the agent login page but when click on the create account option then it's redirect me this pages link (https://www.isometrikdevice.com/my-account/?redir=1) which is the website user login, i don't want it. I want to get the sales king registration deafult page. please let me know how I can get it or fix it. Thank you
You can replace the URL that 'Create account' leads to, by adding this PHP code snippet to your site:
add_filter('salesking_create_account_dashboard_link', function($link){
return 'https://your-site.com/your-url-here'; // replace with your site and URL
}, 10, 1);
This can be added to functions.php or to any code snippets plugin,
Regarding agent registration:
Do you already have an agents registration page? If so, you can link to that,
To create a new registration page, our recommendation would be to use a plugin such as B2BKing or Forminator and follow the above guide for configuration,
If I click on the agent dashboard then it redirect me to the agent login page but when click on the create account option then it's redirect me this pages link (https://www.isometrikdevice.com/my-account/?redir=1) which is the website user login, i don't want it. I want to get the sales king registration deafult page. please let me know how I can get it or fix it. Thank you
Hi there,
Thank you for purchasing our plugin,
You can replace the URL that 'Create account' leads to, by adding this PHP code snippet to your site:
This can be added to functions.php or to any code snippets plugin,
Regarding agent registration:
Let me know if I can help,
Kind regards,
Stefan