Package DE_EPAGES::Order::Hooks::OrderProcess
Hook functions for basket to order process.
Functions
- AfterRegisterCheckoutProcess
- OnAfterConfirmation
- OnAfterSaveMultiCheckoutBasket
- OnBasket2OrderMultiStepCheckout
- OnRegisterCheckoutProcess
AfterRegisterCheckoutProcess
UI_AfterRegisterCheckoutProcess triggered, to change/remove the basket steps
Syntax |
AfterRegisterCheckoutProcess( $hParams ); |
Input |
|
OnAfterConfirmation
UI_AfterSaveMultiCheckoutConfirmation triggered, to test the basket
Syntax |
OnAfterConfirmation( $hParams ); |
Input |
|
OnAfterSaveMultiCheckoutBasket
UI_AfterSaveMultiCheckoutBasket triggered, to test the basket
Syntax |
OnAfterSaveMultiCheckoutBasket( $hParams ); |
Input |
|
OnBasket2OrderMultiStepCheckout
UI_Basket2OrderMultiStepCheckout triggered, to test the basket before the order is created
Syntax |
OnBasket2OrderMultiStepCheckout( $hParams ); |
Input |
|
OnRegisterCheckoutProcess
UI_RegisterCheckoutProcess triggered, to register the basket step as a step for the order process and for setting the order for the order process steps
Syntax |
OnRegisterCheckoutProcess( $hParams ); |
Input |
|