It's extremely important to point to the right SSL url for production.
It's extremely important to point to the right SSL url for production.
tried all the above but still getting the opps screen up, any any ideas??
see this thread :
http://www.zen-cart.com/forum/showth...256#post516256
I've got everything working now except making Google Checkout the only option. This post says to disable the checkout button, which I did, but then there's nothing there for the user to click on for checking out. Just a blank.
So, the customer clicks checkout, and they get auto-forwarded to the login page, which I want to keep as a log in page for exisiting customers.
Maybe I don't understand the previous post correctly, but How do I get them to click Checkout and then only get Google Checkout, without a login or create account option?
Minneapolis_Dan, did you get the original issue resolved that you and I exchanged posts about? If so, it's helpful usually to post back that the suggestion fixed your problem. That way others with same problem will know what works.
You mentioned everything is working now but you didn't tell us if the changes I proposed solved your problem or if you did something different to make everything work. That's useful information for others that might run into the same problem.
If I found my file changes I will post (but don't wait for me). This issue has been discussed both in this thread as well as on the google group: http://groups.google.com/group/googl...rt-mod-support . You might want to take a look there if you haven't already.
Yes, you're right. Thanks for your help. I should mention my solution, in case anyone else gets turned around like me.
In my mind, I was confusing the setting in ZenCart for continue shopping, and the setting in Google Checkout for API callback.
I didn't understand that what I set in ZenCart Admin, for Continue Shopping, was just a link back to the site, and not involved in the actual writing of the order from Google Checkout back to ZenCart.
So, what I entered in the Google Checkout settings for API callback, for the responsehandler.php, is functioning as a silent post (at least the way I understand it.) It sends a response back to ZenCart behind the scenes, and when I click the Continue Shopping, and go to my "checkout_success" page, ZenCart has me logged in as a customer and I can view my order.
As I falling asleep last night, the concept suddenly became clear to me, and in the morning, I had it all working. I get myself confused when I get into coding and terms I don't understand.
Wow, could I have helped someone else for a change? That would be great.
In Google Checkout: Settings: Integration: API Callback URL:
enter the path back to your responsehandler.php file.
For me, it was:
https://mydomain.com/googlecheckout/responsehandler.php
Replace https://mydomain.com with whatever the secure URL is for your store.
So, I have been combing over this forum, and still don't understand how to get Google Checkout as the only option for checkout.
I've read one solution, but it didn't seem to work for me.
http://www.zen-cart.com/forum/showpo...postcount=1710
As it stands, if someone opts to create a new account, or logs in as an existing customer, they can start to checkout but under payment options, it says there are none, because Google Checkout is my only option. And the only way right now to choose Google Checkout as a payment option is during checkout, if the user is NOT logged in, and they get sent to the login page.
How do I get it so if a user is logged in and goes to checkout, they can choose Google Checkout as a payment option, and get sent out to Google's server?
Bookmarks