Thank you for the update!
We have now changed our documentation accordingly:
http://docs.oneall.com/plugins/guide/social-login-prestashop/#4a
Best Regards,
Hi Andrea,
technically speaking tomas.anderson@gmail.com and tomasanderson@gmail.com are two different email addresses. Removing the dots might merge accounts that are actually not related.
Let's say I create this email: tomas.and.erson@gmail.…
Hello,
I've seen that you have added this text with icons below:
Voit luoda tilin myös sosiaalisen median tunnuksillasi. Klikkaa alta.
You can just replace the icons with this code:
// <…
Hello,
this helps the plugin redirect the user to the page where he came from. If should be possible to strip that argument if necessary. What CMS are you using?
Regards,
Hello,
This week I moved the site to a new server under a new domain that will be the final, so I created a new account and following all the steps as in the previous.
the thing is that you have site created a new account and OneAll site, so t…
Hello,
please have a look here:
http://docs.oneall.com/plugins/guide/social-login-wordpress/#3a
You basically just use calls like this to store the data in your database:
update_user_meta ($user_data->ID, 'gender', $identity->gender);
…
Hi Christian,
yes, it's on our roadmap and your ticket has not been forgotten.
We currently update Facebook, Google and LinkedIn.
Once this has been done Instagram will be next.
Regards,
Hello,
please open this file of the plugin:
catalog/controller/module/oneall.php
Then look for this function:
protected function create_customer($data)
There you can loop through $data['user_accounts'] which will
contain the details tha…
Hello,
you can add something like this to your css:
#oa_social_login_container_cust{ width: 50px; margin: 0 auto; }
In the customisation settings of your OneAll site you can also find icons that would better fit into your design!