Package DE_EPAGES::Content::Hooks::Shop
create default shop
Functions
OnAfterUpdateShop
if shop is opened, then update template types (Hook OBJ_AfterUpdateShop)
Syntax |
OnAfterUpdateShop( $hParams ); |
Input |
|
OnAfterUpdateShopFeature
OnAfterUpdateShopFeature is triggered, initializes the legal pages for unity shops
Syntax |
OnAfterUpdateShopFeature( $hParams ); |
Input |
|
OnBeforeCreateUnityShop
Triggered by the hook API_BeforeCreateUnityShop. Initializes the fist steps.
Syntax |
OnBeforeCreateUnityShop( $hParams ); |
Input |
|
OnInsertShop
Imports default pages (StartPage, Imprint, TermsAndConditions, CustomerInformationshop) into a new shop. (Hook OBJ_InsertShop)
Syntax |
OnInsertShop( $hParams ); |
Input |
|
OnInsertShopFeature
Triggered by the hook API_InsertShopFeature. Imports default legal pages (Imprint, TermsAndConditions, PrivacyPolicy CustomerInformations, ShippingInformation) into a new Unity shop if the feature 'Unity' is set.
Syntax |
OnInsertShopFeature( $hParams ); |
Input |
|