Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Sunny Soni

    (@sunnysoni)

    Hi @juned21 ,

    Thanks for contacting us.

    Please add this snippet in the functions.php found at the root of your active theme or through the Code Snippets plugin.

    add_filter( 'wc_add_qa_login_url', function($url){
    	return get_permalink( get_option('woocommerce_myaccount_page_id') );
    } );

    If it works well, please leave a rating on the plugin, it will be a great memory and motivation for us to serve the community.

    Thanks,
    Sunny

    Thread Starter juned21

    (@juned21)

    Thank you very much. It worked. I will get back to you soon.

    • This reply was modified 1 year, 4 months ago by juned21.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Login page’ is closed to new replies.