Re: Google Checkout module for Zen Cart (beta)
Greetings,
We've created a coupon in Google Checkout. However, when we add something to our basket, then go to checkout through GC, the coupon does not work. Do Google coupons work with zencart/gccheckout or do we *have* to use zencart coupons?
I want to encourage people to checkout through google, and thus would like to use Google coupons.
Thanks.
Re: Google Checkout module for Zen Cart (beta)
Without SSL, does Google Checkout completely NOT work, or does it just not get the response back from GC after the customer pays?
...I ask because I have the module installed on a test site and it seems to work fine going from the cart page to non-sandbox GC. I just haven't gone ahead and completed the order on the GC side.
Another question, if I set up SSL, does the responsehandler bring back the order info and create an order in zen-cart, with customer info? Ideally I'd still like to be able to send post-order emails, newsletters, and coupons to those buyers.
Re: Google Checkout module for Zen Cart (beta)
Probably just worth me taking a moment to re-remind people that a special group exists just for supporting this mod, with many faqs and pinned topics:
http://groups.google.com/group/googl...rt-mod-support
Re: Google Checkout module for Zen Cart (beta)
Hello Flex,
GC does work without SSL, but when I had no SSL I did not get the order info back, which was no big deal to me since I was fine with processing orders directly through the GC gui.
For coupons, I don't know. I'm still trying to get coupons to work with Google Checkout. If anyone knows how (either GC coupons, or ZC coupons, but preferably GC), I'm interested.
Thanks,
Rob
Quote:
Originally Posted by
Flex7
Without SSL, does Google Checkout completely NOT work, or does it just not get the response back from GC after the customer pays?
...I ask because I have the module installed on a test site and it seems to work fine going from the cart page to non-sandbox GC. I just haven't gone ahead and completed the order on the GC side.
Another question, if I set up SSL, does the responsehandler bring back the order info and create an order in zen-cart, with customer info? Ideally I'd still like to be able to send post-order emails, newsletters, and coupons to those buyers.
Re: Google Checkout module for Zen Cart (beta)
Quote:
GC does work without SSL, but when I had no SSL I did not get the order info back
Yes Google Checkout works without SSL, BUT in sandbox mode only.
Live mode requires SSL..or zencart will not receive orders.
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
g3steve
Google Checkout NOT WORKING :(
--------------------------------------------------------------------------------
Hello,
Im hoping someone could give me some advice, i have google checkout installed in my zencart, ive input all the details and gone through the read me file in the setup files and everything seems to be fine BUT...
When a user adds something to cart, selects shipping, selects googlecheckout as payment module and then finish and confirms the order, nothing happens, the order is not process and it returns the the shopping cart with the item in it, so the user could go round in a massive circle and not get anywhere!!!
Please could someone help me with what going wrong? im hoping someone else has had the same issue and could tell me how to solve it.
Thanks
steve
Hai
i also have the same problem if u have any idea pls tell me
Thanks
Sathesh Kumar V
Re: Google Checkout module for Zen Cart (beta)
Hello All,
Help me please, I finally got an order! :lol:
My cart is a 1.3.7 version running GC 1.4.beta1
GC is the only payment option, and so an order was placed which did not get posted back to ZC admin, and no account was created. There is no sign of it on my ZC admin.
The error message from Google's perspective is:
Quote:
We encountered an error trying to access your server at
https://.../.../googlecheckout/responsehandler.php -- the error we got is: Send failed with code: 401. Response body was: Failed to Get Basic Authentication Headers
the errors I found in the ZC/GC error log were as follows:
Quote:
[29-Mar-2008 10:33:30] PHP Warning: require(includes/languages//modules/payment/googlecheckout.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/intiucom/public_html/googlecheckout/gcheckout.php on line 35
[29-Mar-2008 10:33:30] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/languages//modules/payment/googlecheckout.php'
Line 35 of the googlecheckout.php looks like this:
Code:
require('includes/languages/' . $_SESSION['language'] . '/' .'modules/payment/googlecheckout.php');
It seems to me that the value for the $_session['language'] doesn't contain a value and therefore the resulting require statement looks as it does above.
How can I fix this problem? I appreciate any helpful hints.
Thanks.
Re: Google Checkout module for Zen Cart (beta)
Sorry for the bump.
Since my cart will never be anything other than 'english', I removed the variability and hard coded the path.
"Now, we shall see", said the blind man. :cool:
Re: Google Checkout module for Zen Cart (beta)
Oooops, it me again.
Will the latest version of GCO (the one created for ZC 1.3.8a) work with
ZC 1.3.7 ?
I don't have any intention of updating the cart, just the GCO module.
Re: Google Checkout module for Zen Cart (beta)
Quote:
Will the latest version of GCO (the one created for ZC 1.3.8a) work with
ZC 1.3.7 ?
No, you require GC 1.4.6.a
i.e.
http://code.google.com/p/google-checkout-zencart/