Hi there. Basically my website is appointments oriented. We do not shop products, at the moment. In the future we plan to offer downloadable products only.
I have implemented social logins provided in the theme, and they work. They redirect to Wocommerce’s my account page. However i would like to redirect users after registration and / or Login to the page i have created to manage appointments and book appointments (this is for logged in users only.)
the plugin i am using needs woocommerce to process payments and orders. the name and url of the plugin is provided in the private content area.
If i set the my account page to the page i created (lets call it “my page”) under Woocommerce > Settings > Advanced > My account page then when a user clicks on the appropriate link (Book / Manage Appointments) a login pop up is displayed. I would rather have a login form with the social logins displayed.
The appointment booking plugin has its own login and registration as well, but i would rather not let it control the login / logout process since there is no availability of social login.
So basically my question is, I would like the flow to be:
Click / Tap Book / Manage Login > Theme Login Page or Options > My Page
Logout to redirect to Homepage.
The same of a user click the My Account icon on the Header. I would also rather have My Page’s options such as Upcoming Appointments, Appointment History to be shown there.
If this involves major customization then i will drop it. If it something i can do, please let me know. I am ok with a little (A Little only) php and css.