Hello,
please try to copy/paste this code to the location where you want to add the buttons:
{$HOOK_OASL_CUSTOM}
More here:
http://docs.oneall.com/plugins/guide/social-login-prestashop/#4a
Hi Andriana,
feel free to change the name at your convenience!
It's not absolutely necessary to use the same name as indicated in our guide.
Just don't change the values that contain api.oneall.com, otherwise it will not work.
Hi Matt,
you can simply add a new event and trigger it when the user logs in:
http://docs.oneall.com/api/javascript/library/methods/#sll_add_event
Something like this
var my_function = function(args) { // Add the code to push your goal…
Hi Paris,
what your developers can do is:
1) Read the email address, user_token and identity_token received from our API when the user registers.
2) Check if there is already an existing user with the same email address
3) Make sure you have a use…
Hi Bernard, This will also mean that the user_token_link table will lose its one-to-one relationship in-between user to user_token,
Yes. You can either have a one-to-many relationship between users and user_tokens, or you use the re-link identity…