How to direct customers to Tutor LMS account
-
Hey
How I can direct my customers after purchase to Tutor LMS account page? Instead of Woocommerce account page. It’s confusing to customers to sign up and they don’t see courses right away.
I found tutorial from online to add this code with plugin called Snippet. Although I have the code it doesn’t redirect on Tutor LMS account page.
// snippet to redirect add_filter( 'woocommerce_login_redirect', 'custom_woocommerce_redirect_after_login', 9999, 2 ); function custom_woocommerce_redirect_after_login( $redirect, $user ) { $redirect = '/dashboard'; // put your dashboard page here - without the http and domain return $redirect; }
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘How to direct customers to Tutor LMS account’ is closed to new replies.