Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
gobrinton
Yes, sort of...
There are two different options to choose from, CCS and Real Time.
CCS means that Google Checkout (GC) ignores any shipping info that comes from your site. Instead GC looks up the shipping costs from a database, (I assume it is based on "to and from" locations that the carriers have calculated in advance.) It presents the buyer with rates from two or three different carriers. Some feel that these rates are not always up to date and accurate. On the other hand, some like it because it is a no-fuss no-muss method.
Real Time means that GC makes every attempt to use whatever "real time look up" method your site has done. The module files that come with Google Checkout already know about all of the default or built-in modules that are in ZC. It also comes with a handy utility to add new shipping modules (to the list) that you have added to ZC yourself. However, if the new modules are too complicated, then there is no guarantee that they will work correctly.
With both modes of operation, you can provide a list of rock bottom "Default" rates, just in case any of the look-ups would fail.
Some store owners seem to get it working well and some don't. What have you got to lose?
Many thanks for that. I've started to install.
Has anyone any experience of using Google Checkout with the Big Royal Mail module?
Philip
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
gobrinton
Google just needs to know where your responsehandler file is. It should be a path something like...
https_://_www_your_domain_com/googlecheckout/responsehandler.php
or perhaps...
https_://_www_your_domain_com/store_folder/googlecheckout/responsehandler.php
(without the underscores, of course)
Also the Callback method should be XML.
[FONT="Tahoma"]Where do you check to make sure you have that path input correctly, is it in the zen admin or google checkout website? :shocking:[/FONT]
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
juliartz
[FONT="Tahoma"]Where do you check to make sure you have that path input correctly, is it in the zen admin or google checkout website? :shocking:[/FONT]
That is at the Google Checkout site.
Log in, then click... My Sales > Settings > Integration
You can also browse around in the Preferences, Taxes, and stuff too. Oh, and familiarize yourself with the Tools > Integration Console while you test your site. It is sort of like an error log for the callback system.
EDIT: Between that log, the error log in your Googlecheckout folder, and your servers' error log, you should be able to troubleshoot all problems.
Google Checkout returning Whoops! Your session has expired.
Hello,
I've just installed google checkout module on the latest version of zen cart, but when the customer has used google checkout, the order is not getting put into the admin of zen cart, the orders dont seem to appear!
When the user has placed the order and are directed back to the zen cart website they get this:
Whoops! Your session has expired.
The order appears with google checkout when i check that account but its not appearing in zen cart.
Can anyone help?
Thanks Steve
Re: Google Checkout returning Whoops! Your session has expired.
Has anyone had a similar issue?
Thanks
Steve
Re: Google Checkout module for Zen Cart (beta)
i get the following error when changing customers status!
1146 Table 'zencart.google_orders' doesn't exist
in:
[select google_order_number from google_orders where orders_id= 237]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
all i have done is updated the PHP files in my store and not installed the modular yet as google is still sorting my account out.
Re: Google Checkout module for Zen Cart (beta)
Hello everyone:
if use Google Checkout, does it mean that my customers would not have to register with my zen cart store?
I'm sorry if this questions has been asked before.
Thanks.
Re: Google Checkout module for Zen Cart (beta)
Correct. If a customer puts items into the cart and selects to pay with Google Checkout, they do not need to register an account at your store. The only way of knowing you have made a sale is by the e-mail Google Checkout sends to you. There will not be a record of sale recorded in your store database. Additionally, I believe customers will not be able to take advantage of discount coupons either.
Personally, I wish it forced customers to create an account so I can keep track of ALL customers and also the inventory. Yep, Google Checkout does not reduce your inventory either.
Re: Google Checkout module for Zen Cart (beta)
I thought that the orders were supposed to show up in the admin. I've just installed google checkout and can't seem to get them to show up in the admin, but everything I've read on the forum says that the orders should show up.....
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
bbemis
I thought that the orders were supposed to show up in the admin. I've just installed google checkout and can't seem to get them to show up in the admin, but everything I've read on the forum says that the orders should show up.....
Orders ARE supposed to show up in admin. Reasons they might not:
You don't have SSL installed
The API Callback URL in your Google account is incorrect
You have not selected XML as the callback method