diff --git a/Sources/Google Analytics-Installation.docx b/Sources/Google Analytics-Installation.docx index 9898f12..df28269 100644 Binary files a/Sources/Google Analytics-Installation.docx and b/Sources/Google Analytics-Installation.docx differ diff --git a/changed_full/470-/modules/d3/d3_googleanalytics/views/tpl/widget/d3ga_universal.tpl b/changed_full/470-/modules/d3/d3_googleanalytics/views/tpl/widget/d3ga_universal.tpl index 04b529e..3b360b3 100644 --- a/changed_full/470-/modules/d3/d3_googleanalytics/views/tpl/widget/d3ga_universal.tpl +++ b/changed_full/470-/modules/d3/d3_googleanalytics/views/tpl/widget/d3ga_universal.tpl @@ -70,6 +70,8 @@ ga('send', 'pageview' [{$sD3GASendPageViewParameter}]); + [{include file="d3ga_universal_ecommerce.tpl"}] + [{if $oD3GASettings->getValue('blD3GATrackPageLoadTime')}] var perfData = window.performance.timing; var pageLoadTime = perfData.domComplete - perfData.navigationStart; @@ -87,8 +89,6 @@ ga('set', 'metric1', loadTime); [{*ga('send', 'event', 'Page Load Time', loadTime, {'nonInteraction': true});*}] [{/if}] - - [{include file="d3ga_universal_ecommerce.tpl"}] [{/strip}] diff --git a/changed_full/470-/modules/d3/d3_googleanalytics/views/tpl/widget/inc/d3ga_universal_ecommerce.tpl b/changed_full/470-/modules/d3/d3_googleanalytics/views/tpl/widget/inc/d3ga_universal_ecommerce.tpl index b342b35..b11a469 100644 --- a/changed_full/470-/modules/d3/d3_googleanalytics/views/tpl/widget/inc/d3ga_universal_ecommerce.tpl +++ b/changed_full/470-/modules/d3/d3_googleanalytics/views/tpl/widget/inc/d3ga_universal_ecommerce.tpl @@ -1,7 +1,7 @@ [{if $oD3GASettings->getValue('blD3GASendECommerce') && $oViewConf->getActiveClassName() == 'thankyou'}][{strip}] [{assign var="order" value=$oView->getOrder()}] - ga('require', 'ecommerce', 'ecommerce.js'); + ga('require', 'ecommerce'); [{assign var="currate" value=$order->oxorder__oxcurrate->value}] [{if $oD3GASettings->getValue('blD3GAUseNetto')}] diff --git a/setup+doku/Google Analytics-Installation.pdf b/setup+doku/Google Analytics-Installation.pdf index db6b4b3..6946197 100644 Binary files a/setup+doku/Google Analytics-Installation.pdf and b/setup+doku/Google Analytics-Installation.pdf differ