Edit Shipping Method
About these pages
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.
Shipping Method
1 Day Air
2 Day Air
3 Day Air
Surface
UPS
UPS Ground
Federal Express
DHL (International)
The selected value corresponds to the value of the ES_Member.ShippingMethodID. Then get ES_ShippingMethod.Name
Edit
the information for the shipping method that has been selected above.
Add
a new shipping method and edit its shipping info.
Delete the information for the shipping method that has been selected above.