Package DE_EPAGES::Product::Hooks::Shop
removes taxclass on declared products of shop which uses removed tax class
Functions
- BeforeSetDefaultMobileSFModeAttribute
- OnBeforeSaveMobileSFMode
- OnBeforeUpdateShop
- OnInsertShop
- OnSaveNumberFormats
BeforeSetDefaultMobileSFModeAttribute
BeforeSetDefaultMobileSFModeAttribute is triggered, set correct MobileSFMode.
Syntax |
BeforeSetDefaultMobileSFModeAttribute( $hParams ); |
Input |
|
OnBeforeSaveMobileSFMode
OnBeforeSaveMobileSFMode is triggered, check if the shop has the basket feature and set DefaultSFMode value.
Syntax |
OnBeforeSaveMobileSFMode( $hParams ); |
Input |
|
OnBeforeUpdateShop
changes tax classes of products if tax matrix of shop was changed. (Hook OBJ_BeforeUpdateShop)
Syntax |
OnBeforeUpdateShop( $hParams ); |
Input |
|
OnInsertShop
Creates the folders 'ProductTypes' and 'Products' when a new shop is created. (Hook OBJ_InsertShop)
Syntax |
OnInsertShop( $hParams ); |
Input |
|
OnSaveNumberFormats
Evaluates the forms 'SaveNumberFormats_Product' and returns its data. Form errors are not thrown directly but passed to the caller.
Syntax |
OnSaveNumberFormats( $hParams ); |
Input |
|