ePages 6.10 - DE_EPAGES/Order/Hooks/User.pm

Package DE_EPAGES::Order::Hooks::User

actions on changing the currency of a user

Functions

OnAfterChangeCurrency
OnAfterChangeLocale
OnAfterLoginUser

OnAfterChangeCurrency

AfterChangeCurrency triggered to change the currency of the current basket for a user

Syntax
OnAfterChangeCurrency( $hParams );
Input
$hParams (ref.hash.*)
hook arguments, used keys are
  • Servlet
  • User
  • NewCurrencyID
  • OldCurrencyID

OnAfterChangeLocale

AfterChangeLocale triggered to change the locale of the current basket for a user

Syntax
OnAfterChangeLocale( $hParams );
Input
$hParams (ref.hash.*)
hook arguments, used keys are
  • Servlet
  • User
  • NewLocaleID
  • OldLocaleID

OnAfterLoginUser

AfterLoginUser triggered to change the shippingmethod and/or paymentmethod of the current basket after login user

Syntax
OnAfterLoginUser( $hParams );
Input
$hParams (ref.hash.*)
hook arguments, used keys are
  • Servlet