tj, have a look to this hack and see if it works for you too
http://groups.google.com/group/googl...862c11d37d3127
ropu
tj, have a look to this hack and see if it works for you too
http://groups.google.com/group/googl...862c11d37d3127
ropu
Latest Version (1.3RC2): http://google-checkout-zencart.googl...rt-v1.3RC2.zip
Demo Server: http://demo.globant.com/~brovagnati/zen_demo2/
Latest Version (1.3RC2): http://google-checkout-zencart.googl...rt-v1.3RC2.zip
Demo Server: http://demo.globant.com/~brovagnati/zen_demo2/
I reinstalled everything, new Zen 1.3.7 and installed the new GCO 1.2 RC1. Doing sandbox, and put in correct merchant ID and Key. No errors on url/googlecheckout/responsehandler.php.
However, the GCO logo is nowhere. I'm trying to only use GCO, the only mention of it is on step 2/3 in the payment process where it says payment method. However, I go through the whole process, confirm order, it congratulates me and I'm done. But of course, never went to GCO so no order really happens. Any ideas?
That's a typical scenario when you try to setup googlecheckout as your ONLY method of payment. In my site, I hacked the confirmation page to not display the "Confirm Order" and put in its place the googlecheck (button) component. When the GCO button is pressed, it took my order (plus shipping+taxes) to Google's GoogleCheckout page. However, my order did not show up in my Admin/Orders section. 8-(
-----------------------------------------------------------------------
Do you Gogo?
I'm also getting this error when I check the logs:
Sun Mar 4 0:55:28 CST 2007:- HTTP Basic Authentication failed. Can't retrive Merchant Id/Key, Installed over CGI??
I'm guessing I'm making some really basic mistake, but I don't know what it is since I reinstalled everything and started from scratch step by step.
Is there really a problem if GCO is my only method of payment? My whole reason for doing this is to get away from Paypal.
I'm also getting this error when I check the logs:
Sun Mar 4 0:55:28 CST 2007:- HTTP Basic Authentication failed. Can't retrive Merchant Id/Key, Installed over CGI??
I'm guessing I'm making some really basic mistake, but I don't know what it is since I reinstalled everything and started from scratch step by step.
Is there really a problem if GCO is my only method of payment? My whole reason for doing this is to get away from Paypal.
Eva,
Use Ropu's response handler test to find out whether your PHP is installed as a CGI script.
Modify the following lines:
PHP Code:
// Responsehandler.php URL
$url = 'http://www.your-store.com/googlecheckout/responsehandler.php';
// Your Merchant ID
$merid = '';
// Your Merchant Key
$merkey = '';
// Here put the xml u want to emulate! You can take the ones from googlecheckout/response_message.log
$postargs = '<xml replace!>';
Upload the modified file into your www.your-store.com/googlecheckout folder.
Then open your browser and point it to:
http://www.your-store.com/googlechec...ndler_test.php
Once executed, it'll return several environment variables. Find the text: [GATEWAY_INTERFACE] => and see what is the next texts after it. If it returns CGI/x.x then it means your PHP is run as a CGI script.
BTW, what version of Googlecheckout are you using?
-----------------------------------------------------------------------
Do you Gogo?
Bookmarks