After checked further regarding this, it seems like that is a bug on our end if the Easysocial login redirection set to 'Easysocial - User Dashboard' page, so it keep redirecting back to the same page when you click sign in via Twitter button.
I've applied following fix on your site :
JoomlaFolder/components/com_easysocial/views/registration/view.html.php
JoomlaFolder/administrator/components/com_payplans/includes/registration/adapters/easysocial.php
And I changed this Twitter registration type to 'Simplified process' (screenshot :
http://take.ms/cmlDP) so user do not need to choose which profile type they want to register to, everything is base on your current Payplans app setup.
Can you give it a try and see how it goes?
There are now 2 buttons to click.
One says create a new account and the second says Sign up or login with your social accounts.
Its a bit confusing...which one do I select?
Okay, let me explain further regarding this workflow :
To be frank with you, currently we can't find out a better solution to handle this since Easysocial has many different type of profile registration type (screenshot :
https://www.screencast.com/t/ImHpKwyKrJe ).
In older version of Payplans, it only support "Normal Registration(Automatically login)" this registration type, meaning to said if you set to other registration type, it will failed because different registration type has different process.
With this workflow you will not see 2 button (
http://take.ms/dLb53) on the invoice confirmation page because user already logged in on the site. So end up site owner only can use this "Normal Registration(Automatically login)" registration type.
Then we found out another workaround workflow which is this one can support all the different registration type :
1. If the user click the social login button from Easysocial, the system will do the authenticate checking and see whether this user register on the site or not, if the user haven't register on the site, it will redirect to the plan listing page.
2. After user choose a plan, it will redirect to invoice confirmation page (
http://take.ms/dLb53) which will show 2 button, basically here is allow user to decide whether they want to register via social account or normal registration.
3. if the user choose sign in via Twitter, it will redirect to the authentication page. Once it done, it will redirect back to the invoice confirmation page and proceed that payment.
4. If the user choose normal registration, it will redirect to the full registration form page. Once he enter all the field, it will redirect back to the invoice confirmation page and proceed that payment.