Plugin Name: Google Analytics for Cart66
Plugin URI: http://www.dentonsolutions.com/development
Description: Adds transaction information and GAnalytics tracking to ThankYou page
Version: 0.1
Author: Denton Business Solutions, LLC
Author URI: http://www.DentonSolutions.com

------------------------------------------------------------------------
WordPress E-Commerce for Cart66
Copyright 2011  Denton Business Solutions, LLC

This document explains how to implement Google Analytics tracking with Cart66 using the other files contained in this .zip.  We are working to build these files into a full WordPress plugin but we would like to release the source code early for others to test and experiment with.  Installation requires basic knowledge of phpMyAdmin (or other MySQL administration) and a Google Analytics account configured for E-Commerce tracking.

This configuration has been tested with WordPress 3.1 and Cart66 version 1.0.6.  Compatibility with other versions is unknown.

Installation:

0)  Back up your current configuration, including WordPress database.

1)  Open database.sql and replace <Database_Name> with the name of your wordpress database.  Most likely it ends in "_wrdp1".  Save the file.

2)  Open PHPMyAdmin, click on the name of your WordPress database.

3)  Click on the table named "wp_cart66_cart_settings".

4)  Click on the SQL tab.

5)  Clear out the text in the box and replace with the contents of database.sql.  Click "Go".

6)  Log into your webserver and replace the receipt.php and settings.php files with the ones included in the .zip file.

7)  Enjoy tracking your transactions!

Uninstallation:

1)  Replace the custom php files with unmodified originals.

2)  Log into phpMyAdmin, click on the name of your WordPress database, and click on the table named "wp_cart66_cart_settings".

3)  Click the SQL tab.

4)  Execute the code contained in uninstall.sql.

5)  And you're done!

If you have any problems or questions please e-mail us at development@dentonsolutions.com or send us a Tweet @DentonSolutions and we'd be happy to help out.  Cheers!
