View Single Post
  #9  
Old 12-26-2014, 08:21 AM
 
MAPerformance Admin MAPerformance Admin is offline
 

Advanced Member
  
Join Date: Jun 2013
Posts: 44
 

Default Re: X-Payments with Google Analytics Conversion Code

I made the suggested change to the code and I'm still not seeing conversion data on the invoice page. Here is my changed code:

Code:
$smarty->assign('orders', $orders); //Commented out $smarty->assign('ga_track_commerce', $ga_track_commerce); $ga_track_commerce = 'Y'; //Change from 'N' to 'Y' based on http://forum.x-cart.com/showpost.php?p=357851&postcount=3 (12/22/2014) $smarty->assign("ga_async_commerce", $ga_async_commerce); $ga_async_commerce = "N";

I had tried changing the Async part to 'Y' as well but it did not help, and I changed it back because it wasn't mentioned here originally. Any other ideas?
__________________
X-cart 4.4.3 Gold
Modern Automotive Performance
Reply With Quote