It is possible to create a custom login page using Suitelet. We can implement custom design with the help of html file. Here I have used a Suitelet, html and a javaScript file. Suitelet: /** * @NApiVersion 2.1 * @NScriptType Suitelet */ define([ “N/ui/serverWidget”, “N/search”, “N/crypto”, “N/log”, “N/record”, “N/url”,… Continue reading Create a Login Page using Suitelet
Tag: customer login
To create a separate page for login and register.
To create a separate page for login and register using login param follow the below codes and steps. Create an new extension. JavaScript file: JJ.LoginRegister.LoginRegister.js define( ‘JJ.LoginRegister.LoginRegister’, [ ‘LoginRegister.Register.View’, ‘LoginRegister.Login.View’, ‘jj_login_register_login.tpl’, ‘LoginRegister.View’, ‘jj_login_register.tpl’, ‘jj_login_register_register.tpl’ ], function ( LoginRegisterRegisterView, LoginRegisterLoginView, jj_login_register_login_tpl, LoginRegistrationView, jj_login_register_tpl, jj_login_register_register_tpl ) { ‘use strict’; return { mountToApp: function mountToApp(container) { _.extend(LoginRegisterRegisterView.prototype, {… Continue reading To create a separate page for login and register.
Resolve Internal Error When Registered in a OneWorld Web Site
If an existing customer from Web Site A tries to register on Web Site B, an internal error will occur and this is usually caused by how each site has their subsidiary defined. Solution 1. The first site (Web Site A) has a Child subsidiary set as the default Navigate to Commerce > Websites >… Continue reading Resolve Internal Error When Registered in a OneWorld Web Site
Show Login Section in Popup
Jira Code: BTN-1132 The login section will show on a popup in the same page where click the login link. Add data action on login links data-action=”login”
Restrict customer login to SCA webstore
Restrict the customer login to the SCA Webstore based on a custom field in customer record.