Posted - 09/19/2018 : 05:06:39
Thanks very much. I've put
<script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-8489843-4', 'auto'); ga('send', 'pageview'); ga('require','ecommerce','ecommerce.js'); <?php print @$googleanalyticstrackorderinfo ?> </script>
into the thanks.php page before the closing body tag and
$googleanalyticsinfo=TRUE; $usegoogleasync=TRUE; $usegoogleuniversal=TRUE;
into includes.php
Hopefully that will work. Thank you for you help, Phil.
|