• Resolved jon182

    (@brody182)


    can users be redirected to the signup form for wc vendor not woocommerce, I found this api (wcvendors_signup_redirect) how would I code this?

    function my_signup_redirect( $wcvendors_signup_redirect ) {

    return $wcvendors_signup_redirect;
    }

    add_filter( ‘signup_redirect’, ‘my_signup_redirect’, 10, 3 );

Viewing 2 replies - 1 through 2 (of 2 total)
  • annawcvendors

    (@annawcvendors)

    Hello,
    Are you trying to redirect users BEFORE they have registered as a vendor or AFTER they have registered as a vendor?

    We do not have a separate signup form, per say. In WC Vendors Pro there is an application form, but users still need to register either through wp register or via WooCommerce register before signing up as a vendor.

    Could you let me know what exactly you would like to do here, and I can help further?

    annawcvendors

    (@annawcvendors)

    If you need further help, please feel free to visit our forums: https://www.wcvendors.com/help/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘redirect to signup form’ is closed to new replies.