Okay
  Public Ticket #4313112
I want to fix "create account" option for agent
Open

Comments

  • ISO Metrik started the conversation

    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

  •  2,496
    WebWizards replied

    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:

    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:

     

    Let me know if I can help,

    Kind regards,

    Stefan