diff -Naur ezrecommendation-stable-1.1/design/ezwebin/templates/pagelayout.tpl ezrecommendation/design/ezwebin/templates/pagelayout.tpl --- ezrecommendation/design/ezwebin/templates/pagelayout.tpl 2012-05-31 09:06:38.000000000 +0200 +++ ezrecommendation/design/ezwebin/templates/pagelayout.tpl 2012-12-21 16:30:02.000000000 +0100 @@ -1,5 +1,5 @@ - - + + {def $basket_is_empty = cond( $current_user.is_logged_in, fetch( shop, basket ).is_empty, 1 ) $user_hash = concat( $current_user.role_id_list|implode( ',' ), ',', $current_user.limited_assignment_value_list|implode( ',' ) )} @@ -77,18 +77,18 @@ {/cache-block} - {oscgeneratebymoduleresult( $module_result, array() )} + {* enable odoscope tracking of click events in pagelayout.tpl *} + {*oscgeneratebymoduleresult( $module_result, array() )*} - {* enable tracking of click events in pagelayout.tpl *} + {* enable recommendation tracking of click events in pagelayout.tpl *} {include uri='design:content/ezrecommendation_html.tpl' content=$module_result track=true()} {include uri='design:page_mainarea.tpl'} -{*cache-block subdir=my_footer keys=array( $module_result.uri, $user_hash, $access_type.name, $extra_cache_key )*} {cache-block keys=array( $module_result.uri, $user_hash, $access_type.name, $extra_cache_key )} {if is_unset($pagedesign)} --- extension/ezrecommendation/INSTALL 2012-05-31 09:06:38.000000000 +0200 +++ extension/ezrecommendation/INSTALL 2013-01-29 18:33:21.642768654 +0100 @@ -33,7 +33,10 @@ 5) Clear cache Clear INI and template caches. (from admin 'Setup' tab or commandline) - +IMPORTANT NOTICE +The extension contains a override pagelayout template for the ezdemo and ezwebin design to ease the activation and configuration process. +The included pagelayout contains the tracking event of clicks which must be available. If you use a custom pagelayout.tpl integrate this tracking event in your custom template. +You will find the required template code in the user handbook. INTEGRATION OF THE PIXEL In order to integrate the pixel you simply need to place the following code within your pagelayout.tpl inside the html-body tag: