I need to integrate Social Sign-up/Login in our SuiteCommerce Advance Site, Anyone knows ho we can do that? Help would be Appreciates. Our SuiteCommerce verion is Vension 2016.
Netsuite's SuiteCommerce Advance:: Social SignUp(FaceBook, Google+)
420 Views Asked by Anup Chaudhary At
2
There are 2 best solutions below
0

Anup, you cannot insert javascript inside handlebars, it's not supported.
As for the original question, web store user registration is done through the session.registerCustomer function. It does not currently support Facebook SSO. There are some protocols that Netsuite supports but they are for logging in to the backend from a different application.
I managed to do this after searching for 1 days you need to make change only for login and register page
Register With Facebook--> This simply will use FB details paste it on current input boxes and auto click on submit button
File Path--> [email protected]/Templates/login_register_register.tpl
Code-->
Login With Facebook--> You can use same code to get this done..
Let me know Your comments on this