wcfm redirect issue

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 6 reply threads
  • Author
    Posts
    • #21655
      diky
      Guest

      hy wcfm i install dokan but when start install wcfm my dokan dashboard always redirect to wcfm, how i can disable redirect so ican use boot of dasboard (dokan dashboard dan wcfm dashboard ) i try use this add_filter( ‘wcfm_is_allow_multivendor_dashboard_redirect’, ‘__return_false’ ); but its still not working. cn u halpme please

    • #21661
      WCFM Forum
      Keymaster

      Hi,

      Well, I understand your requirement.

      Kindly wait till the next update, we will add support of this so that you may able to access both the dashboard.

      Thank You

    • #21725
      WCFM Forum
      Keymaster

      Hi,

      Kindly update your WCfM to 4.0.5 and you are able access this now.

      Thank You

    • #21976
      hoangdvo00
      Participant

      Hello,

      Im working on Woo product vendor. Website is working fine but little problem with App Login due to the plugin redirection.

      How do i fix or disable this login redirect.

      Best Regards

    • #21977
      WCFM Forum
      Keymaster

      Hi,

      Can you please define what do you mean by “App Login” ?

      “How do i fix or disable this login redirect.” – where you want to redirect after login?

      Thank You

    • #21979
      hoangdvo00
      Participant
      This reply has been marked as private.
    • #21984
      WCFM Forum
      Keymaster

      Hi,

      You may add this code to your site. It will redirect user to My Account page after login.

      function wcfm_login_custom_redirect( $redirect_to, $user ) {
      	$redirect_to = get_permalink( wc_get_page_id( 'myaccount' ) );
      	return $redirect_to;
      }
      add_filter( 'wcfm_login_redirect', 'wcfm_login_custom_redirect', 10, 2 );

      Thank You

Viewing 6 reply threads
  • The topic ‘wcfm redirect issue’ is closed to new replies.