Member Signup
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
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
1 Day Air
2 Day Air
3 Day Air
Surface
UPS
UPS Ground
Federal Express
DHL (International)
Allow the member to select from the available shipping methods.
Payment Method
Mall Money
Visa
MasterCard
American Express
Discover
Diner's Club
Mall Card
Charge on phone
Allow the member to select from the available payment methods.