Merchant Sign In

About these pages

This page will be used as a first page for the store adminstration.

Preferably service HTTPS.
 
If the user presses the "Sign In" 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 correctly. If the data is valid, then the script calls the appropriate stored procedure to create the entries for a new store in the merchant database and add the store name, user name and password to the database. The user will then taken to the Administration Menu page.
If the user presses the "Cancel" button: We simply go to the previous page.
 
Store Name
Compare with EM_Store.StoreName
 
User Name
Compare with EM_Store.UserName
 
Password
Compare with EM_Store.Password