romaha Posted May 9, 2012 Share Posted May 9, 2012 Hi all! Who can help me with the following: On our site (http://www.cote-lumiere.com) we accept three types of payment: bank transfer, ogone and paypal. We would like to get all transactions into Google analytics eCommerce tracking. We are using the standard prestashop modules for both the payments as also the google analytics. problem: Only paypal orders are registered into Google Analytics. As far as we can understand, Ogone is using the "hookOrderConfirmation" to register the transaction while Paypal is handeld within the ganalytics.php via the line: if (strpos($_SERVER['REQUEST_URI'], __PS_BASE_URI__.'order-confirmation.php') === 0) return ''; How should we include the Ogone transactions to be submitted to Google Analytics? Thanks a lot! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now