Package DE_EPAGES::Customer::Hooks::Address
Sets the referenced BillingAddress undef if the address object is removed.
Functions
OnAfterUpdateAddress
OnAfterUpdateAddress is triggered, to set name of user.
Syntax |
OnAfterUpdateAddress( $hParams ); |
Input |
|
OnDeleteAddress
Set billing address of a customer undef if the referenced address is deleted.
Syntax |
OnDeleteAddress( $hParams ); |
Input |
|