Any thoughts on this at all? I'd appreciate any help or suggestions anyone can offer... (see Here for complete details).
Any thoughts on this at all? I'd appreciate any help or suggestions anyone can offer... (see Here for complete details).
With google checkout can you sell downloaded Products? I mean will it work, and send the customer back to download there product.
This is a response on the problem with people's Google Checkout Images NOT appearing when they select sandbox mode:
1) You MUST sign up for a customer and merchant account on sandbox, here:
[FONT=monospace]
http://sandbox.google.com/checkout/sell/
----------------------------------------------------------
2) If you have NOT ran the install script for googlecheckout:
To fix your button, you must change in line 200 in your includes\modules\payment\googlecheckout.php
everywhere it says "https://sandbox.google.com/" change this to "https://sandbox.google.com/checkout/"
----------------------------------------------------------
3) If you HAVE ran the install script for googlecheckout, you must modify your MySQL database.
Go to PHPmyadmin for your SQL database, select your zencart database (mine is called "_zc1").
Scroll down to zen_configuration and click it.
click SQL tab, then put the following into the form and click go:
[/FONT]UPDATE `zen_configuration` SET `configuration_value` = 'https://sandbox.google.com/checkout/' WHERE `zen_configuration`.`configuration_value`="https://sandbox.google.com/" LIMIT 1 ;
and if that succeed's, proceed with:
UPDATE `zen_configuration` SET `set_function` = 'zen_cfg_select_option(array(''https://sandbox.google.com/checkout/'', ''https://checkout.google.com/''),' WHERE `zen_configuration`.`configuration_value`="https://sandbox.google.com/checkout/" LIMIT 1 ;
Your sandbox image and link is now fixed.
Anticide
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
Latest Version (1.3RC2): http://google-checkout-zencart.googl...rt-v1.3RC2.zip
Demo Server: http://demo.globant.com/~brovagnati/zen_demo2/
Ropu,
thank you for your hardwork. Will this production release work with ZC 1.3.6? Also, do you plan to upload your file to Zen-Cart's downloads page so it is easier for people to find the source file.
I will try to install it on my system and see how everything goes.
Thanks
Thank you so much ropu. Got a place to send a donation? Your work is really appreciated. I also will try to install the new GCO module this week and report back. Fingers crossed...
Thanks again.
Ropu, I installed the GCO 1.0.5. Everything else looks good, except the shipping charge is not returned back to Google Checkout from my zen-cart. Do you know how to fix this? thanks
Your server returned no data in its response; Checkout requires data of type merchant-calculation-results in response to merchant-calculation-callback
Couldn't resolve host 'ur-site'
Time to response: 0.12273311615 segs
Note: This script MUST response in less than 3 sec. so GC srv doesn't timeout.'
The above error is what I get when running responsehandler_test.php. Any idea what's causing this? Thanks!
Bookmarks