- Page_Load Event
- ValidatePage
- BeforePageLoad
- SetupProcessOrderButton
- PageLoad
- First Page Hit
- HideErrorMsg
- FormLoad
- PopulateComboBoxes
- UpdateCreditCardFields
- LoadCreditCards
- LoadShipToDropDown
- PopulateShippingTextBoxes
- PopulateBillingTextBoxes
- PopulateCustomFields
- SetupPaymentMethod
- LoadShipViaCombo
- SetDefaultShipVia
- SetShipViaCode(Current Value in the Cart)
- SetShipVia - Verifies that the Control Selected Value matches the current Cart Ship Via Code
- SetShippingPrice(Current Value in the Cart)
- UpdateFreight(Current Value in the Cart)
- SetTaxCode
- Subsequent Page Hits (Button click or control change with AutoPostBack="true")
- FormSave
- SaveCreditCardInformation
- PutBillingAddressInCart
- UpdateShipTo
- PutShippingAddressInCart
- PutOtherFieldsInCart
- PutCustomFieldsInCart
- PutCreditCardFieldsInCart
- UpdateCartFields
- UpdateCartLines
- SetShipViaCode(Currently Selected Value of Drop Down List / Radio List)
- SetShipVia - Verifies that the Control Selected Value matches the current Cart Ship Via Code
- SetShippingPrice(Currently Selected Value of Drop Down List / Radio List)
- UpdateFreight(Currently Selected Value of Drop Down List / Radio List)
- If RateShipViaCodes Then LoadShipViaCombo
- SetTaxCode
- AfterPageLoad