Sign In

Registered customers use the Sign In page to log on to the store. When a customer signs in to the store, the checkout process becomes easier, as much of their information is already registered with the store. Customers can also access their account page, which enables them to update their personal information, address book, quick checkout profile, and wish list. They can also view details of previously placed orders.

Elements of the Sign In page


Sign In screen capture
Full size screen capture

JSP files

  • AccountDisplay.jsp represents the entire page.

e-Marketing Spots

  • 3 HomePageRow4Ads is the only e-Marketing Spot on the Sign In page.

Store functions

  • There are no options on the Sign In page.

Links and buttons

  • When the Forgot your password? link is clicked, the Logoff command is called, redirects to LogOffView, and displays the Forgot Password page.
    • Double-click handling is implemented using JavaScript to prevent multiple requests from being sent.
    • The cursor_wait() method is called and displays the progress bar if AJAX My Account is enabled.
  • 1 When the Sign In button is clicked, the Logon command is called.
    • Double-click handling is implemented using JavaScript to prevent multiple requests from being sent.
    • The cursor_wait() method is called and displays the progress bar if AJAX My Account is enabled.
  • 2 When the Register button is clicked, UserRegistrationAddForm is called.