Member Infomation


About Checkout

 
If the user presses the "Save" button: The form is submitted. The scripts do a validation check, e.g. it checks to see if all the required fields have been filled in. If the data is valid, then the script calls the appropriate stored procedure to update the merchant database with the new values. We then go back to the previous page.
If the user presses the "Cancel" button: We simply go to the previous page.
 
User Name
ES_Member.UserName
 
Password
ES_Member.Password. Display asterisks instead of text.
 
Confirm Password
Display astrisks instead of text. Should match the password that was entered in the previous box, or upon "Save" this form will not submit (and the password in the database will not be updated) and we will send the user back to this page so that he can re-type the password or Cancel out of this page.
 
Email
ES_Member.Email.
 
First/Last name of the member
ES_Address.FirstName
ES_Address.LastName
 
Address of the member
ES_Member.Address1
ES_Member.Address2
ES_Member.City
ES_Member.State
ES_Member.Zip (Postal code)
ES_Member.Country
 
Phone number
ES_Member.Phone
 
Nick Name
ES_Member.NickName
 
Shipping Method
Allow the member to select from the available shipping methods.
 
Payment Method
Allow the member to select from the available payment methods.