Contributions

Features (Category Index)
Search: 

osCommerce Google Analytics module

This module allow you to integrade the advanced e-commerce Analysis provided by the new Google service named Analytics ( more info about the Google service on the official page: http://www.google.com/analytics/ ).

Support forum topic: http://forums.oscommerce.com/index.php?showtopic=180940

Expand All / Collapse All

smalll change in analytics.php tomashesseling 15 Jan 2008

in analalytics.php replace

// Prepare the Analytics "Transaction line" string

$transaction_string = '"' . $order_id . '","boxershortz","' . $analytics_total . '","' . $analytics_tax . '","0.00","' . $orders['customers_city'] . '","onbekend","' . $orders['customers_country'] . '"';

with:

// Prepare the Analytics "Transaction line" string

$transaction_string = '"' . $order_id . '"," ' . $analytics_affiliation . '","' . $analytics_total . '","' . $analytics_tax . '","' . $analytics_shipping . '","' . $orders['customers_city'] . '","' . $orders['customers_state'] . '","' . $orders['customers_country'] . '"';

osCommerce Google Analytics (beta) module V2.1 for E-commerce tomashesseling 15 Jan 2008
Bug repport! tomashesseling 14 Jan 2008
osCommerce Google Analytics (beta) module for E-commerce tomashesseling 9 Jan 2008
Updated File DorianJ 7 Nov 2007
Stock OSC HTTP/HTTPS detection FIX DRIVE 21 Jun 2007
Stock OSC HTTP/HTTPS detection DRIVE 7 May 2007
SSL Alternative PHP Code DRIVE 27 Mar 2007
Google SSL (Standard and STS 4.4) Iggy 22 Feb 2007
sts_template info jj26 14 Feb 2007
Basic Google Analytics Version 2 (SSL FIX) OSSamm 13 Feb 2007
google analytics with sts4 arnoldl 6 Feb 2007
Basic Google Analytics OSSamm 4 Jan 2007
Failure with orders above 1000 EUR - solved - IMPORTANT INFORMATION flom 15 Dec 2006
Failure with orders above 1000 EUR - solved flom 13 Dec 2006
osCommerce Google Analytics module v.1.2.2 for STS chriweb 5 Nov 2006
osCommerce Google Analytics module v.1.2.2 osCoders 27 Jan 2006
osCommerce Google Analytics module v.1.2.1 osCoders 18 Nov 2005
osCommerce Google Analytics module v.1.2.0 osCoders 18 Nov 2005
osCommerce Google Analytics module v.1.0.1 osCoders 17 Nov 2005
osCommerce Google Analytics module osCoders 16 Nov 2005

Note: Contributions are used at own risk.