Re: Google Checkout module for Zen Cart (beta)
still in the beta, i think we are getting close to getting mine working, i just need help with 3 issues.
I'm accepting payments via google checkout but i don't get the following:
correct Quantity, attributes, shipping charged.
I'm hoping to have my php expert scope it out whenever he can get some time.
Re: Google Checkout module for Zen Cart (beta)
I've been working with this in the sandbox for a while tonight. I've mostly concentrated on the section of the responsehandler.php in the area where you parse the header: //Parse the http header to verify the source
/* $headers = getallheaders(); etc.
When I leave these two sections, mentioned a few posts ago, as original I get an error in the response_error.log like:
Sat Dec 9 20:58:28 PST 2006:- Line 119: headers['Authorization'] is NULL.
When I comment out the two sections mentioned the error changes to:
Sat Dec 9 21:04:07 PST 2006:- InvalidSat Dec 9 21:04:09 PST 2006:- InvalidSat Dec 9 21:04:13 PST 2006:- Invalid
In neither case does the order appear in the Admin screens, although GCO says the order went through.
I've deactivated GCO in my cart for now.
Can anyone tell me if I'm getting close?
Thanks.
Re: Google Checkout module for Zen Cart (beta)
I'm running into the same problem. Zencart accepts the choice of Google Checkout, but the information never makes it to Google. Anyone have any luck?
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
chain_man
I've been working with this in the sandbox for a while tonight. I've mostly concentrated on the section of the responsehandler.php in the area where you parse the header: //Parse the http header to verify the source
/* $headers = getallheaders(); etc.
When I leave these two sections, mentioned a few posts ago, as original I get an error in the response_error.log like:
Sat Dec 9 20:58:28 PST 2006:- Line 119: headers['Authorization'] is NULL.
When I comment out the two sections mentioned the error changes to:
Sat Dec 9 21:04:07 PST 2006:- InvalidSat Dec 9 21:04:09 PST 2006:- InvalidSat Dec 9 21:04:13 PST 2006:- Invalid
In neither case does the order appear in the Admin screens, although GCO says the order went through.
I've deactivated GCO in my cart for now.
Can anyone tell me if I'm getting close?
Thanks.
I'm having the exact issues with GC and my ZC , same errors on edit of responsehandler.php. Though i still offer GC as for of checkout, and have to add the info to admin manually. Hope this will be resolved soon.
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Alik
I'm having the exact issues with GC and my ZC , same errors on edit of responsehandler.php. Though i still offer GC as for of checkout, and have to add the info to admin manually. Hope this will be resolved soon.
Does anyone know how to cancel their Google Checkout account? because this is pointless as far as i'm concerned.
Re: Google Checkout module for Zen Cart (beta)
I think it's worth trying to get it running for the most part. It can be a pain if you do have attributes on things because you will have to email the customer to figure out what color, size, etc. someone ordered for every order.
Now interms of payment choices i have the following:
authorize.net AIM
Echeck
Paypal
Google checkout
about 40% of customers are using google checkout now.
I suggest everyone change the code that was mentioned before to comment out a big chunk of the responsehandler. copy your googlecheckout folder from the admin folder and into a new created one in your main area (yourstore.com/googlecheckout)
That's what i did and i'm getting lots of orders through there now.
I guess this is a beta for a reason...i've enabled table shipping and it's been going into google checkout so far charging shipping charges.
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
anjordan77
I suggest everyone change the code that was mentioned before to comment out a big chunk of the responsehandler. copy your googlecheckout folder from the admin folder and into a new created one in your main area (yourstore.com/googlecheckout)
That's what i did and i'm getting lots of orders through there now.
I guess this is a beta for a reason...i've enabled table shipping and it's been going into google checkout so far charging shipping charges.
I haven't tried having the modules in two places (admin and not...), only at the (yourstore.com/googlecheckout) level. Does that make a difference?
I also have table shipping selected, but the GC selection is offered before the shipping method is even selected by the customer. How do you get the shipping charges to GC?
Thanks,
Re: Google Checkout module for Zen Cart (beta)
I tried copying the googlecheckout folder to Admin. No difference.
I enabled Table Shipping and then created a table of values. These shipping charges were passed to GC along with the order. But I generally use mzmt tables and usps. These are evidently not supported yet with the GC module. Has anyone configured it for these shipping modules?
I still get the Invalid error in the error log. Could this be because I am still testing in the Sandbox?
And the order does not appear in New Orders. Also because of the sandbox?
Thanks,
Re: Google Checkout module for Zen Cart (beta)
I am using GCO and have a few issues...
its not responding back to my admin area with what was sold. but then im not sure it is supposed to...
shipping works fine. i have it set to charge a flat rate though so i dont know if that makes a diffrence or not.
it does not tell me the model number of the product bought but it does tell me the name of it, so it not to bad, i can look it up (id have to either way since each item is one of a kind and i have to know what im looking for)
Re: Google Checkout module for Zen Cart (beta)
Woo Hoo!!!
I got it working!!!
I've incorporated the commented out sections as suggested by anjordan77. What did the trick, I think, was that I re-entered the GC key in the Admin->GC module. I probably did a copy and paste from the integration screen and and grabbed an extra space at the end of the key. Thus the "Invalid" message I was getting.
Or the fact that I selected XML as the callback method instead of named pairs. This makes sense when you consider the XML parser functions included with the GC module...
The order showed up in my Admin screen and the Shopping Cart was emptied for my customer! And shipping was there - as configured in the Table method!