Re: Google Checkout module for Zen Cart (beta)
Also when I upgrade to v1.2RC1 the button is grey out unless I replace /googlecheckout/gcheckout.php then the button is enable and everything works. Also received this error: HTTP Basic Authentication failed. Can't retrive Merchant Id/Key, Installed over CGI??
Re: Google Checkout Module v1.2RC1 released
Quote:
Originally Posted by
ropu
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.
Thanks Ropu. That fixed the problem that I've been having. Looks like a great release!
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
BlessIsaacola
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!
bless, you should replace this data
PHP Code:
// Responsehandler.php URL
$url = 'http://ur-site/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!>';
with all your site data :D
also in $postargs you should put a valid XML with the GC request you want to test (merchant-calculation-callback, new-order-notification, etc) as the script says, you can get some from response_message.log
ropu
Re: Google Checkout Module v1.2RC1 released
Quote:
Originally Posted by
mpayson
Thanks Ropu. That fixed the problem that I've been having. Looks like a great release!
its good to hear that!!
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
BlessIsaacola
Also when I upgrade to v1.2RC1 the button is grey out unless I replace /googlecheckout/gcheckout.php then the button is enable and everything works. Also received this error: HTTP Basic Authentication failed. Can't retrive Merchant Id/Key, Installed over CGI??
have you uninstall and re install the module from the Admin UI?? and added the merchant id/key?
Re: Google Checkout module for Zen Cart (beta)
ropu, any comment on my question on page 72? Thanks.
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
spf
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
spf, try the new version, v1.2, the link is in my signature.
errors could be that merchant id/key are wrong, or you are on a php CGI install.
please have a look to response_error.log file.
ropu
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
ropu
spf, try the new version, v1.2, the link is in my signature.
errors could be that merchant id/key are wrong, or you are on a php CGI install.
please have a look to response_error.log file.
ropu
Ropu, I think you are correct. I will try to set php over CGI =TRUE. However, I notice the htaccess.php script won't be allowed to run from admin/includes/. Should I move that file to admin/ so I can run the script? Also, where should I save the .htaccess and its passwd file? Thanks
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
spf
Ropu, I think you are correct. I will try to set php over CGI =TRUE. However, I notice the htaccess.php script won't be allowed to run from admin/includes/. Should I move that file to admin/ so I can run the script? Also, where should I save the .htaccess and its passwd file? Thanks
upss. sure u are not allowed to to run php on admin/includes?
if so, sorry about that, i must change the location of that file.
the files htacess and htpasswd must be saved in the googlecheckout/ dir. it should be show by default when u run htaccess.php
remember it MUST be the full path to directory, see the example.
btw, just to try, enable CGI installation, without adding htaccess file to see if it works (this will disable merchant validation, not recommended for production sites)
ropu
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
ropu
have you uninstall and re install the module from the Admin UI?? and added the merchant id/key?
I have installed and reinstalled everything. However, the google button is still not enabled on the site.
The message in response_error.log is: HTTP Basic Authentication failed. Can't retrive Merchant Id/Key, Installed over CGI??
If I set .htaccess Basic Authentication Mode to True instead of false, I am not able to activate the configuration file. Clicking on the link generates the following error: You don't have permission to access /myadminfolder/includes/htaccess.php on this server.
Please provide assistance with how to configure the .htaccess if it's need and where the file needs to be uploaded. Also, why does everything work fine for 1.0.4r but now it cannot connect to GC?
Thanks!