Edit Payment Method
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.
Payment Method
COD
Visa
MasterCard
American Express
Discover
Diner's Club
Mall Card
Charge on phone
The selected value corresponds to the value of the ES_Member.PaymentMethodID. Then get ES_PaymentMethod.Name
Edit
the information for the payment method that has been selected above.
Add
a new payment method and edit its shipping info.
Delete the information for the payment method that has been selected above.