Re: Google Checkout module for Zen Cart (beta)
Srturner47 and Chain_man,
I want to thank you both for all your help.
Srtuner47,
I did see the post about the blank page and used my wifes account and that did the trick. I will try your other fixes and let you know how they work. Again thank you for your help.
Chain_Man,
I want to thank you for your help. I do not have ssl installed yet, I thought for testing purposes with the GC sandbox you did not need it, but i will jump on it first thing in the morning. I have not seen any errors, but i also don't know where to look for the errors in GC i have looked for where they could be but don't see any, But thank you so much for your in put and i will give it a try.
Thank you both will let you both know how it comes out.
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
dscott1966
I thought for testing purposes with the GC sandbox you did not need it, but i will jump on it first thing in the morning. I have not seen any errors, but i also don't know where to look for the errors in GC i have looked for where they could be but don't see any
You are correct, you do not need ssl for testing in sandbox.
One more thought: Be sure you have XML checked as your callback method.
Re: Google Checkout module for Zen Cart (beta)
267 pages. does someone not feel like breaking this down into segments, it is a lot when you are looking for answers.
I have tried reading as much as I can but there is a lot so I will keep going.
Is there a way to turn off the google postage, so it only uses the zen cart postage?
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
meknownowt
Is there a way to turn off the google postage, so it only uses the zen cart postage?
I'd like to know if this is possible too - it will just NOT accept my postage module.
Re: Google Checkout module for Zen Cart (beta)
If no one has the answer has anyone made a good help file on setting up the postage for google checkout?
I have noticed the question pop up a lot while reading through this topic, but have yet to see an answer.
Re: Google Checkout module for Zen Cart (beta)
Hey guys,
I see good help on these 268 pages but I don't have any ideas about how to search here?
Could not you just refer me? I have the message:
"Sorry, we are not accepting payments from your region at this time."
I'm using only GC payment module latest version 1.4.7RC1 as well as Zen-Cart 1.3.8a.
I googled about 1 hour but didn't find any helpful info :-(
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
soid
Hey guys,
I see good help on these 268 pages but I don't have any ideas about how to search here?
Could not you just refer me? I have the message:
"Sorry, we are not accepting payments from your region at this time."
I'm using only GC payment module latest version 1.4.7RC1 as well as Zen-Cart 1.3.8a.
I googled about 1 hour but didn't find any helpful info :-(
Do you have any free post items on your cart? As I found these on the search above
http://www.zen-cart.com/forum/showth...ts+region+time
http://www.zen-cart.com/forum/showth...ts+region+time
And both seem to point to free postage items causing a problem
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
srturner47
You just need to comment these lines out, so the new code should look like:
Code:
// include the order class (uses the sendto !)
// require(DIR_WS_CLASSES . 'order.php');
// $order = new order;
PLEASE NOTE: This will break your shopping cart unless you use Google Checkout. So if you ever stop using google checkout, you will need to undo this change.
Here's a possibly dumb question from a relative php novice: Would it work to change the require to require_once instead of commenting out these lines? Unless I missed something, it looks as if includes/class/order.php contains a class definition and several functions, but no main-line executable code. Is there a hidden problem lurking here if require_once were used? If that would do the job, then it wouldn't break if Google Checkout were removed.
I would try it myself to see, but (not to belabor the point) I can't install Google Checkout on my test site for reasons already mentioned on this thread.
Re: Google Checkout module for Zen Cart (beta)
Actually, I did try require_once in production for a moment, and it did appear to work. Again, I don't know if it would open up some hidden problems not apparent on a quick novice-level perusal of the code and a simple one-time test. The only problem for me is that the on-page shipping estimates push the Google Checkout and PayPal buttons down low on the shopping cart page, so I'd have to go diving into the code to rearrange the layout. So for now, I've set it back to the pop-up estimator button, until my boss weighs in on his preferences.
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
lextechs
both for sand box and live?
Here are my GC settings see if yours are the same?
Google Checkout Module Version
v1.4.7
Enable GoogleCheckout Module
True
Select Mode of Operation
https://checkout.google.com/
Production Merchant ID
"your id for live"
Production Merchant Key
"your key for live"
Sandbox Merchant ID
"your id for sand box"
Sandbox Merchant Key
"your key for sand box"
.htaccess Basic Authentication Mode
True
Select Merchant Calculation Mode of Operation
https
You need to retest with a new order old orders will not come through after you fix the problem so that order that is five hours old will never show up in zen admin it's pretty much lost in the black whole of cyber space, but you can still process it in your google admin
This is weird, i had this working in sandbox and live where the orders show up in zencart admin, however i just had two GC orders and they didn't show up in zencart admin. none of my settings have changed since fixing this problem. question in Google does the call back have to be set to xml or html? I just wondering why when i tested in both sandbox and live it worked but when a real order came through it didn't work?