Package DE_EPAGES::Product::Hooks::Product
assign categories from the original product to the cloned product
Functions
- OnAfterUpdateProduct
- OnBeforeUpdateProduct
- OnJSONChildren
- OnSEOCheckTests
- OnSEOCockpitSearchUntested
OnAfterUpdateProduct
Inherites boolean attrbiutes from the master to sub products (Hook OBJ_AfterUpdateProduct)
Syntax |
OnAfterUpdateProduct( $hValues ); |
Input |
|
OnBeforeUpdateProduct
Inherites boolean attrbiutes from the master to sub products (Hook OBJ_BeforeUpdateProduct)
Syntax |
OnBeforeUpdateProduct( $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 |
|