osCommerce Google Analytics (beta) module
Copyright (c) 2008 osCommerce
==========================================================
Include Google Analystics (beta) module for osCommerce
Original by Clement Nicolaescu (http://www.osCoders.biz)
Updated by Tomas Hesseling (www.Boxershorts.nl) & Mathieu Burgerhout (www.seo-for-osc.com)
v. 2.0.0 - 2008/01/09
==========================================================
For osCommerce MS2
DESCRIPTION:
------------
This module allow you to integrade the advanced e-commerce (beta) Analysis provided by the Google service named Analytics ( more info about the Google service on the official page: http://www.google.com/analytics/ ).
INSTALLATION:
--------------
For Installation please read the install.txt file.
Legend: 
Download

Report
Portugues and english version
complet package
by juniorbu3no
----------------------------------------
versão em portugues e inglês
pacote completo
by juniorbu3no
The following fixes are included:
- add_slashes() to allow quotes in product and category name
- number_format() don't uses comma as thousands separator
- simplified installation in footer.php for ecommerce tracking
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'] . '"';
Well,
We have altered the files, and tested it very good. The module is now working as it should be.
Also a small installation update in case your store is running on another domain than the actual website.
good luck.
Tomas Hesseling & Matieu Burgerhout
Dear all,
In the module as put down below, there is a great error, shoppingcarts with multiple products are not registered as they should be.
sorry for the inconvenience, we are debugging the script today and will post an update ASAP.
greetings Tomas Hesseling
osCommerce Google Analytics (beta) module
Copyright (c) 2008 osCommerce
==========================================================
Include Google Analystics (beta) module for osCommerce
Original by Clement Nicolaescu (http://www.osCoders.biz)
Updated by Tomas Hesseling (www.Boxershorts.nl) & Mathieu Burgerhout (www.seo-for-osc.com)
v. 2.0.0 - 2008/01/09
==========================================================
For osCommerce MS2
DESCRIPTION:
------------
This module allow you to integrade the advanced e-commerce (beta) Analysis provided by the Google service named Analytics ( more info about the Google service on the official page: http://www.google.com/analytics/ ).
INSTALLATION:
--------------
For Installation please read the install.txt file.