Package DE_EPAGES::Shop::Hooks::Shop
Imports default shop data into a new shop when it is created.
Functions
- GetShopFeatureCurrentValue
- GetShopFeatureMaxValue
- OnAfterUpdateShop
- OnBeforeCreateUnityShop
- OnBeforePatchUnityShop
- OnInsertShop
GetShopFeatureCurrentValue
Dynami Values of current features i.e. WebServiceFetures with date reset (Hook OBJ_GetShopFeatureCurrentValue)
Syntax |
GetShopFeatureCurrentValue( $hParams ); |
Input |
|
Return |
|
GetShopFeatureMaxValue
Returns the max value of a features (Hook OBJ_GetShopFeatureMaxValue)
Syntax |
GetShopFeatureMaxValue( $hParams ); |
Input |
|
Return |
|
OnAfterUpdateShop
if shop is updated, check if all next steps are completed
Syntax |
OnAfterUpdateShop( $hParams ); |
Input |
|
OnBeforeCreateUnityShop
Triggered by the hook API_OnBeforeCreateUnityShop. Sets the shop content for the shop creation on the Unity database.
Syntax |
OnBeforeCreateUnityShop( $hParams ); |
Input |
|
OnBeforePatchUnityShop
Triggered by the hook API_BeforePatchUnityShop. Sets the shop content that should be patched to the Unity database.
Syntax |
OnBeforePatchUnityShop( $hParams ); |
Input |
|
OnInsertShop
Imports default shop data into a new shop when it is created. (Hook OBJ_InsertShop)
Syntax |
OnInsertShop( $hParams ); |
Input |
|