Hi,
Other pages, for example the product page, load GoogleAnalyticEnhancedECommerce properties
document.addEventListener('DOMContentLoaded', function() {
if (typeof GoogleAnalyticEnhancedECommerce !== 'undefined') {
var MBG = GoogleAnalyticEnhancedECommerce;
MBG.setCurrency('EUR');
MBG.addProductDetailView(.....
But on the order page GoogleAnalyticEnhancedECommerce doesn't show up anywhere in the source code.
Thank you!