• Resolved fox-didl

    (@fox-didl)


    There is an issue with this login-link to add an question. customer is targeted to wp-login.php. Not so good for WooCommerce – should go to the defined WooCommerce Standard for My-Account Login Page. Can you please change this?

    • This topic was modified 2 years, 8 months ago by fox-didl.
    • This topic was modified 2 years, 8 months ago by fox-didl.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author expresstechsoftware

    (@expresstechsoftware)

    Hello,

    Thanks for contacting us.

    At this moment, there is no filter available for you to change the login URl, but we will consider it in the next version of the plugin.

    Plugin Author expresstechsoftware

    (@expresstechsoftware)

    Hello @fox-didl ,

    The latest version of the plugin now has filter to change the login URL, please update to latest version and add this code, inside your child theme’s functions.php or add it as PHP snippet using the plugin Code Snippets:

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

    Thanks!

    Plugin Contributor Sunny Soni

    (@sunnysoni)

    Hello,

    Since there is no reply on this thread from a long time, I am marking it as resolved, please feel free to open a new ticket for any other issues.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Wrong Login-Link for new question’ is closed to new replies.