Zen Cart Logo
Forums / Addon Payment Modules / Google Checkout module for ZC 1.3.x (beta)

Google Checkout module for ZC 1.3.x (beta)

Locked

Views: 1,099,939

Results 1,901 to 1,920 of 3,921
This thread is locked. New replies are disabled.
23 Jul 2007, 2:26 AM
#1901
redcinamn avatar

redcinamn

Zen Follower

Join Date:
Oct 2006
Posts:
175
Plugin Contributions:
0

Google Checkout module for ZC 1.3.x (beta)

The site is live has been for months but this is the first two google orders we have gotten. Just so happens they came in around the same time and they wont go through.

Those ports are already open.

I did the response handler test and get this response:

HTTP/1.0 404 Not Found
Date: Sat, 21 Jul 2007 13:43:17 GMT
Server: Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7f
Content-Type: text/html; charset=iso-8859-1
X-Cache: MISS from proxy.globant.com
Proxy-Connection: close

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML><HEAD> <TITLE>404 Not Found</TITLE> </HEAD><BODY> <H1>Not Found</H1> The requested URL /googlecheckout/responsehandler.php was not found on this server.<P> <P>Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. <HR> <ADDRESS>Apache/1.3.37 Server at [www.moppetfrocks.com](http://www.moppetfrocks.com) Port 80</ADDRESS> </BODY></HTML>

Any other suggestions or information needed?

~Renee

23 Jul 2007, 3:06 AM
#1902
chain_man avatar

chain_man

Zen Follower

Join Date:
Dec 2005
Location:
Box Elder, SD
Posts:
375
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

Redcinamn:

The requested URL /googlecheckout/responsehandler.php was not found on this server.<P>

Any other suggestions or information needed?

~Renee

Is it possible that you do not have your full path to /googlecheckout/responsehandler.php specified in your Google Account >Settings >Integration API Callback URL? It appears that you may not have the SSL and domain parts of the address.

Depending on your host and your SSL certificate type, this could look like either: "https://www.moppetfrocks.com/googlecheckout/responsehandler.php" or "https://secure.HOSTINGCOMPANY.com/~YOURACCOUNT/googlecheckout/responsehandler.php".

23 Jul 2007, 3:18 AM
#1903
redcinamn avatar

redcinamn

Zen Follower

Join Date:
Oct 2006
Posts:
175
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

Hi there,

Thank you for the reply! We got our clients login info and checked the call back URL. The URL is as it should be however the call back method was set to XML and not HTML. Do you suspect this could be the problem?
~Renee

23 Jul 2007, 2:06 PM
#1904
chain_man avatar

chain_man

Zen Follower

Join Date:
Dec 2005
Location:
Box Elder, SD
Posts:
375
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

Redcinamn:

Hi there,

Thank you for the reply! We got our clients login info and checked the call back URL. The URL is as it should be however the call back method was set to XML and not HTML. Do you suspect this could be the problem?
~Renee

The callback method should be XML.

23 Jul 2007, 2:22 PM
#1905
redcinamn avatar

redcinamn

Zen Follower

Join Date:
Oct 2006
Posts:
175
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

So then I am back to square one with the above. I have no idea why this would not be working properly as we have followed the directions to the letter everything seems to be in correctly? But the orders do not show in google nor do they process. They show up in admin as pending.

Any suggestions or something I can tell anyone to help in direction?

~Renee

23 Jul 2007, 2:47 PM
#1906
w00gle avatar

w00gle

New Zenner

Join Date:
Feb 2007
Posts:
39
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

Redcinamn:

So then I am back to square one with the above. I have no idea why this would not be working properly as we have followed the directions to the letter everything seems to be in correctly? But the orders do not show in google nor do they process. They show up in admin as pending.

Any suggestions or something I can tell anyone to help in direction?

~Renee

I've had similar issue that nagged me for months. The issue is your PHP is installed as a CGI instead of a module. If you can, reconfigure PHP to run as a module within Apache.

23 Jul 2007, 4:09 PM
#1907
redcinamn avatar

redcinamn

Zen Follower

Join Date:
Oct 2006
Posts:
175
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

It's not a CGI it is built into apache as a module.

23 Jul 2007, 4:50 PM
#1908
ropu avatar

ropu

Zen Follower

Join Date:
Oct 2006
Location:
argentina
Posts:
243
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

Hi All, as promised

Here you can find the latest modules in .zip package:
http://code.google.com/p/google-checkout-zencart/downloads/list
(It will also be available in the official ZC contribs page as soon as
the upload is approved by ZC guys...)
http://www.zen-cart.com/index.php?main_page=product_contrib_info&cPat...

For SVN lovers, since is a stable version, it's been moved to trunk:
http://google-checkout-zencart.googlecode.com/svn/trunk/

Here is the Full CHANGELOG from v1.3:
06/11/2007 v1.4 alpha (ropu)
- Refactor all code using PHP Sample Code as the base library
(under googlecheckout/library)
- Handles Logging, added log levels (error, request, response)
- Configuration from UI (comming soon), needed??
- Handles Basic authentication, add support for IIS (See
TROUBLESHOOTING)
- Handles all XML parsing and building (New xml parsed used)
- Added OT support (low order fees, group discounts and any other
custom OT module)
- Fixed Split login template
- Add GC button in timeOut login page
- Remove GC from step 2
- Fixed freeshipper bug
- Add warning messages when GC is disabled.
- Add stack message in Admin UI with GC orders state changes and
errors
- Added configuration to also use Zencarts email system for GC
orders
- Added a fix to avoid regular checkout with GC if no template is
applied (or wrongly applied)
- Added a metric tester for shipping times feedback (optional)
- Added 3rd party tracking
- Added a coustom Continue shopping url with GC bought items.
- Moved logs to a .htacces protected dir (googlecheckout/logs)
- Added Correct HTTP status (2xx, 4xx, 5xx) return when errors
occurrs with the correct message
- All strings are defined in the language include (only english
right now)
- Use DEFAULT_CURRENCY as the currency in GC cart, not buyers
session one
- Added version number to all files
- Applied XSS patch to orders.php
- Slipt README and CHANGELOG

07/07/2007 v1.4alpha3 (ropu)
- Refactor new-order-notification handling using more Zencart
functions
- ZC DB 'orders' table fields 'order_total' and 'order_tax' are
written.
- Merged the GC return page with the zencart default one
- Instant Downloads Support.
- Support Google Refunds and Cancellations
- GC Invoicing issue, fixed, not tested
- If the customers e-mail address already exists in Zen then add
the
order placed to their account instead of creating a new
customer.
- If the GC exits in ZC but uses a different email then add the
order placed to their account instead of creating a new
customer.
- New customers created are sent details of their account that
is created on Zen Cart, e.g. the welcome e-mail
- Check if new customers have <email-allowed> and activate
newsletters
- OT tax support
- Existing ZC customer accounts are updated when GC orders
processed
- Improved support for ZC 1.37 split-login page (including
cohabitation with PPEC).
- No more need to know admin folders name
- Add GC Module Version Control
- Support for USPS International shipping method
- Moved Shipping quotes definition from includes/modules/payment/
googlecheckout.php
to googlecheckout/shipping_methods.php
- Support ZC coupons even using flat rate shipping
- Added coupons to redeem track
- Added coupons max user use and general max use
- All restrictions are Honored???
- Added ZC Order# to the GC Order when state changes from Pending
to Processing
- Added index.html to googlecheckout/* dirs.

23/07/2007 v1.4 (ropu)
- Minor bug fixes
- .zip package


For v1.4 support
http://groups.google.com/group/google-checkout-for-zen-cart-mod-support/

Hope this helps
Ropu

23 Jul 2007, 5:07 PM
#1909
gingery avatar

gingery

New Zenner

Join Date:
Oct 2006
Posts:
9
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

I'm having problems with the addon that I downloaded and installed yesterday. Here is what my zencart admin looks like - did I mess up the install? I've done it twice. (I blacked out the two boxes, but the white boxes appear that way).

It is not working, I get the > XXXXXXXXX has sent Google a shopping cart with errors in it. We'll contact them to ask that they fix this problem. As this could be a temporary issue, you can go back in your browser to try checking out again.

23 Jul 2007, 5:13 PM
#1910
gingery avatar

gingery

New Zenner

Join Date:
Oct 2006
Posts:
9
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

Nevermind, I'm going to try installing the latest version that was posted while I was typing. :D

23 Jul 2007, 6:26 PM
#1911
gingery avatar

gingery

New Zenner

Join Date:
Oct 2006
Posts:
9
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

New version is installed and appears to be working. I was able to complete a transaction with only one minor problem (more on that later after I look in to it some more). Anyways, when I check https://<www.mysite.com>/googlecheckout/responsehandler.php, I get this:

Failed to Get Basic Authentication HeadersAny ideas as to what is causing that?

23 Jul 2007, 9:38 PM
#1912
redcinamn avatar

redcinamn

Zen Follower

Join Date:
Oct 2006
Posts:
175
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

Ropu,

Is this upgrade to be used for 1.3.7 as well? If not could you maybe help with my problem as I have an established store but we cant seem to get google checkout to recognize their is an order and remains pending in the zen cart admin but nothing shows in the google account.
~Renee

24 Jul 2007, 2:49 AM
#1915
w00gle avatar

w00gle

New Zenner

Join Date:
Feb 2007
Posts:
39
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

Redcinamn:

Ropu,

Is this upgrade to be used for 1.3.7 as well? If not could you maybe help with my problem as I have an established store but we cant seem to get google checkout to recognize their is an order and remains pending in the zen cart admin but nothing shows in the google account.
~Renee

Red,
Your customers were probably proceeding with the "Go to checkout" button instead of clicking the GoogleCheckout button.

Is GoogleCheckout the only method of payment you offer?

24 Jul 2007, 2:53 AM
#1916
redcinamn avatar

redcinamn

Zen Follower

Join Date:
Oct 2006
Posts:
175
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

The standard ports are not a problem, the reason we thought that it might be a special port is because link point requires an additional port to be open for the servers to communicate. Which they don't seem to be doing at all :blush:.

I'm wondering does anyone else have a problem who is using 1.3.7 with Linkpoint? I now have three orders pending ..lol for months no google orders and now she has three.
~Renee

24 Jul 2007, 2:57 AM
#1917
redcinamn avatar

redcinamn

Zen Follower

Join Date:
Oct 2006
Posts:
175
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

No we offer three methods,

paypal, linkpoint and google checkout..in the admin you can see where google checkout has been used. In fact the customers have even notified them telling them that the funds have not been withdrawn.

~Renee

24 Jul 2007, 3:03 AM
#1918
w00gle avatar

w00gle

New Zenner

Join Date:
Feb 2007
Posts:
39
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

So, is GoogleCheckout the only method of payment enabled in your Payment Admin?

If that is the case, then proceeding with the "go to checkout" button does not really send the order to Google. If your intention is to strictly offer GoogleCheckout only for method of payment, you can hide/disable the "go to checkout" button so that your customers will be presented with one payment option---which is the Googlecheckout only.

24 Jul 2007, 3:16 AM
#1919
redcinamn avatar

redcinamn

Zen Follower

Join Date:
Oct 2006
Posts:
175
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

No that is not the case , we have been operating with Linkpoint (mastercard, visa etc..) and paypal as well with no problems. It was not until this month when our first google customers this week selected google checkout that we have had a problem.

All other sales go through without a hitch. And there has been quite a few in the past 8 months , so I have had quite a bit of traffic to be able to know that everything else is in working order. :) Hope this helps.
~Renee

24 Jul 2007, 3:20 AM
#1920
w00gle avatar

w00gle

New Zenner

Join Date:
Feb 2007
Posts:
39
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

I'm not familiar with linkpoint.

However, you should verify your merchant ID and Merkey again in the Zen Admin and also verify whether the ID/Key are for live or sandbox.
Then go to Google Sanbox and Checkout pages to see whether the orders are in one or the other. Maybe you were between sandbox/live when the order were processed.