Package DE_EPAGES::Order::Hooks::Order
Additional hook function for OrderCreated hook.
Functions
OnOrderCreatedConfirmationMail
Triggered by hook API_OrderCreated. Sends the order confirmation e-mail to the customer if the option $hParams->{Options}->{SendConfirmationMail}.
Syntax |
OnOrderCreatedConfirmationMail( $hParams ); |
Input |
|
OnOrderExecutePayment
Triggered by hook UI_OrderCreated to interrupt order process to give the user the possiblity to go to payment server. The payment method has to handle if it has already all data. Attention: everything else should be handled before!
Syntax |
OnOrderExecutePayment( $hParams ); |
Input |
|