Package DE_EPAGES::Product::Hooks::Product
assign categories from the original product to the cloned product
Functions
- OnAfterUpdateProduct
- OnBeforeUpdateProduct
- OnDeleteProduct
- OnInsertProduct
- OnJSONChildren
- OnSEOCheckTests
- OnSEOCockpitSearchUntested
OnAfterUpdateProduct
Inherites boolean attrbiutes from the master to sub products (Hook OBJ_AfterUpdateProduct)
Syntax |
OnAfterUpdateProduct( $hValues ); |
Input |
|
OnBeforeUpdateProduct
Checks the status of the the product notifications. Inherites boolean attrbiutes from the master to sub products. (Hook OBJ_BeforeUpdateProduct)
Syntax |
OnBeforeUpdateProduct( $hValues ); |
Input |
|
OnDeleteProduct
deletes the product notifications (Hook OBJ_DeleteProduct)
Syntax |
OnDeleteProduct( $hValues ); |
Input |
|
OnInsertProduct
activates the product notifications (Hook OBJ_InsertProduct)
Syntax |
OnInsertProduct( $hValues ); |
Input |
|
OnJSONChildren
Assign sub products to json children for content tree.
Syntax |
OnJSONChildren( $hParams ); |
Input |
|
OnSEOCheckTests
Extends/changes values from the SEO check for content objects (Hook SEOCheckTests)
Syntax |
OnSEOCheckTests( $hValues ); |
Input |
|
OnSEOCockpitSearchUntested
Extends pager search options for the list of untested contentobject objects on the SEO cockpit. (Hook SEOCockpitSearchUntested)
Syntax |
OnSEOCockpitSearchUntested( $hValues ); |
Input |
|