ePages 7.48.0 - DE_EPAGES/AppStore/Hooks/Shop.pm

Package DE_EPAGES::AppStore::Hooks::Shop

Hook functions of the cartridge AppStore.

Functions

OnBeforeCreateUnityShop
OnDeleteShop

OnBeforeCreateUnityShop

Triggered by the hook API_OnBeforeCreateUnityShop. Installs the UnityScriptTagsApp upon creation of a Unity shop

Syntax
OnBeforeCreateUnityShop( $hParams );
Input
$hParams (ref.hash.*)
hook parameter
  • Object - the current Shop - object

OnDeleteShop

Triggered by the hook OBJ_DeleteShop. Deletes the UnityScriptTagsApp upon deletion of a Unity shop

Syntax
OnDeleteShop( $hParams );
Input
$hParams (ref.hash.*)
hook parameter
  • Object - the current Shop - object