Store Creation

About these pages

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

Preferably service HTTPS.
 
If the user presses the "Create" 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 Edit Store Information page.
If the user presses the "Cancel" button: We simply go to the previous page.
 
Store Name
EM_Store.StoreName
 
User Name
EM_Store.UserName
 
Password
EM_Store.Password
 
Confirm Password
Used to validate the password entered in the field above (or vice versa).