Purpose: This is the template shown when shoppers proceed to log into their Customer Record.
Note: It is important to preserve the commented tags to ensure the software performs correctly.
For example:
<!--START: BODY_HEADER-->
[frame_breadcrumb-home]
[account_header-myaccount]
<!--END: BODY_HEADER-->
[account_header-myaccount]
<!--START: error_message-->
[error_message]
<!--END: error_message-->
[otrack]
[catalogid]
[login_Header-login]
[login_Header-loginmessage]
[CustomerInfo_email]
[email]
[CustomerInfo_password]
<!--START: captcha-->
[registration_verification]
[now]
[registration_verification_message]
<!--END: captcha-->
[login_button]
[otrack]
[login_Header-forgotpassword]
[CustomerInfo_email]
[email]
[login_resetpasswordbutton]
[login_resetpasswordtext]
[otrack]
[registration_Header-createnewaccount]
[registration_create-account]
[registration_button-createaccount]
<!--START: fbconnect-->
<!--END: fbconnect-->
Note: Code blocks and their respective variables will only work with specific template pages.
Note: Many of the following variables are dynamically inserted from your cart's Settings ->Design ->Store Language section.
- [frame_breadcrumb-home] - Displays the Title of the "Home" link in the page's breadcrumb. (See Settings ->Design ->Store Language)
- [account_header-myaccount] - Displays the Title of the "My Account" heading on the page. (See Settings ->Design ->Store Language)
- [otrack] - Used by the Software to provide order tracking data during the login process.
- [catalogid] - Used by the Software to reference Product database information for tracking.
- [login_Header-login] - Displays the Title of the "Returning Customers" label. (See Settings ->Design ->Store Language)
- [login_Header-loginmessage] - Displays the Title of the "Please log in to your account" message. (See Settings ->Design ->Store Language)
- [CustomerInfo_email] - Displays the Title of the "Email" field. (See Settings ->Design ->Store Language)
- [email] - Used by the Software to reference the entered email.
- [CustomerInfo_password] - Displays the Title of the "Password" field. (See Settings ->Design ->Store Language)
- [login_button] - Displays the Title of the "Log In To My Account" button/link. (See Settings ->Design ->Store Language)
- [login_Header-forgotpassword] - Displays the Title of the "Forgot Your Password?" section of the page. (See Settings ->Design ->Store Language)
- [login_resetpasswordbutton] - Displays the Title of the "Reset My Password" notice. (See Settings ->Design ->Store Language)
- [login_resetpasswordtext] - Displays the Text of the "We will send you an email...etc" notification on the page. (See Settings ->Design ->Store Language)
- [registration_Header-createnewaccount] - Displays the Title of the "New Customers" section of the page. (See Settings ->Design ->Store Language)
- [registration_create-account] - Displays the Text of the "If you don't have an account... etc" message on the page. (See Settings ->Design ->Store Language)
- [registration_button-createaccount] - Displays the Title of the "Create Account" button/link. (See Settings ->Design ->Store Language)
The Following Variables will come into play when the login's CAPTCHA requirements are triggered. See Settings ->General ->Store Modules to set the CAPTCHA parameters.
- [registration_verification] - Displays the Title of the "Verification" field if CAPTCHA is triggered. (See Settings ->Design ->Store Language)
- [now] - This variable controls/displays the "CAPTCHA" code at the moment of rendering.
- [registration_verification_message] - Displays the Text of the "Type the word above..." message on the page. (See Settings ->Design ->Store Language)