Hi all.
This release had me really busy these last 5 days.
I finally package the code in a .zip and added to the googlecode site as my signature links.
These are the changes.
Merged with Zencart** 1.3.7 **(have a look to admin/orders.php)
Please know that the "multisocket feature for merchant-calculations (alfa)(optional)" is still alfa, since i had to coded from scratch and without any model to be guided with, i couldnt find any similar implementation in the web. This is the first version for this and should evolve a little more. Remember that the feature can be disabled from the Admin UI.
Also added a script to add .htacces and disable PHP basic authentication to those who run PHP over CGI. (for errors: Basic Authentication failed, or headers['Authorization'] is NULL). Accessed from the Admin UI.
Also added a feature to integrate **Google Analytics **to the cart to have a better track of the sales, also configurable from the Admin UI.
Please, remember to upgrade files and **uninstall/install **the module from admin UI->modules->payment.
Any question feel free to ask.
This is the svn update from v.1.0.5 -> 1.2RC1
Author: rovagnati
New Revision: 41
Added:
trunk/admin/images/
trunk/admin/images/googlecheckout/
trunk/admin/images/googlecheckout/gc_multisocket.gif (contents, props changed)
trunk/admin/includes/htaccess.php
trunk/admin/includes/multisock.html
trunk/googlecheckout/multisocket.php
Modified:
trunk/INSTALLATION
trunk/README
trunk/admin/includes/functions/extra_functions/added_function_for_google_checkout.php
trunk/admin/orders.php
trunk/googlecheckout/gcheckout.php
trunk/googlecheckout/responsehandler.php
trunk/includes/modules/payment/googlecheckout.php
Log:
02/26/2007 v1.2 (ropu)
- Tested on Zencart v1.3.7
- Add multisocket feature for merchant-calculations (alfa)(optional)
- Different algorithm to retrieve quotes
- Add Google Analytics Support
- Add support for PHP CGI installations
- Add user and password for Google Checkout buyers
- Items retrieved from Merchant-private-item-data instead of session.
- Many bug fixes
enjoy
ropu