Package DE_EPAGES::Order::Hooks::Session
Two actions on changing/ removing sessions.
Functions
OnBeforeUpdateSession
API_BeforeUpdateSession triggered to move current basket to new user (register/login user with existing basket).
Syntax |
OnBeforeUpdateSession( $hParams ); |
Input |
|
OnDeleteSession
API_DeleteSession triggered to remove baskets of current user.
Syntax |
OnDeleteSession( $hParams ); |
Input |
|