Mobile sign in
The sign in page enables returning customers to sign in to the
store. Customers can access their account page once signed into the store. The benefits
of registering with the store empower the customer to have a much easier shopping experience in the
store.
Elements of the mobile sign in page
JSP files
- logon.jsp represents the entire page.
- CachedHeaderDisplay.jsp displays the store's header.
- CachedFooterDisplay.jsp displays the store's footer.
Links and buttons
- When Forgot your password? is clicked,PasswordResetForm is called.
- When Sign In is clicked, the logon command is called.
- When Register is clicked, UserRegistrationAddForm is called.