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,660

Results 3,121 to 3,140 of 3,921
This thread is locked. New replies are disabled.
5 Jun 2009, 12:08 AM
#3121
beyre avatar

beyre

Zen Follower

Join Date:
Feb 2009
Posts:
422
Plugin Contributions:
0

Google Checkout module for ZC 1.3.x (beta)

Thank you! I was fixated on needing to keep the root category prefix on there ... didn't think it would know otherwise. Silly me.

It works now. Thanks SO much! :clap:

limelites:

I don't think there should be underscores in there... try this instead:

359,358,301,302,300,305,303

5 Jun 2009, 7:18 AM
#3122
limelites avatar

limelites

Totally Zenned

Join Date:
Jan 2009
Posts:
2,085
Plugin Contributions:
0

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

beyre:

Thank you! I was fixated on needing to keep the root category prefix on there ... didn't think it would know otherwise. Silly me.

It works now. Thanks SO much! :clap:

You're welcome.... Good luck with your live site :smile:

10 Jun 2009, 9:22 AM
#3123
r4fdud avatar

r4fdud

New Zenner

Join Date:
Mar 2009
Posts:
22
Plugin Contributions:
0

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

am having similar problems the only thing with mine is that the sandbox orders are shown in my admin but the google live orders do not show up at all!i get the email from google however. pulling my hair out now

the ssl is installled
what else could it be ?

10 Jun 2009, 9:34 AM
#3124
r4fdud avatar

r4fdud

New Zenner

Join Date:
Mar 2009
Posts:
22
Plugin Contributions:
0

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

this is the error i get

We encountered an error trying to access your server at https://www.smartbuyeruk.com/googlecheckout/responsehandler.php -- the error we got is javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

i was told this was a certificate problem as GC only accepts these http://checkout.google.com/support/sell/bin/answer.py?hl=en&answer=57856

Go Daddy Class 2 CA is what i have got but still get this error

11 Jun 2009, 4:19 AM
#3125
malice95 avatar

malice95

New Zenner

Join Date:
Mar 2009
Posts:
34
Plugin Contributions:
0

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

Given there are 300 pages of posts and it hasnt been released in quite a while.. is there a list of bugs somewhere that I can review?

I am considering adding it into my site but if its gonna be a big
pain in the neck, I am not interested.

How production ready is this beta payment module?

I would be using merchant caculated shipping. I use UPS for international, fedex express and ground in the US, and offer store pickup for NJ residents. I have one product that ships free.
Does it work with zones? for the merchant caculated shipping? How about taxes?

Thanks,
Mike

11 Jun 2009, 10:50 AM
#3126
r4fdud avatar

r4fdud

New Zenner

Join Date:
Mar 2009
Posts:
22
Plugin Contributions:
0

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

needed an intermediate certificate from my ssl provider all sorted now

13 Jun 2009, 9:35 PM
#3127
obx1 avatar

obx1

New Zenner

Join Date:
Sep 2008
Posts:
2
Plugin Contributions:
0

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

I'm having an odd issue. Google checkout is pointing to update_product link. Has anyone come across this before? I've gone in and edited template because I want Paypal EC to show up before GC and PP link is showing fine.

Here's how I have it set up so far, I'm just at a complete loss of how it's picking up the update_product link???

<!--bof shopping cart buttons-->
<div class="buttonRow forward"><!-- ** BEGIN PAYPAL EXPRESS CHECKOUT ** -->
<?php  // the tpl_ec_button template only displays EC option if cart contents >0 and value >0
if (defined('MODULE_PAYMENT_PAYPALWPP_STATUS') && MODULE_PAYMENT_PAYPALWPP_STATUS == 'True') {
  include(DIR_FS_CATALOG . DIR_WS_MODULES . 'payment/paypal/tpl_ec_button.php');
}
?>
<!-- ** END PAYPAL EXPRESS CHECKOUT ** --></div>
<div class="buttonRow forward"><!-- * BEGIN GOOGLE CHECKOUT * -->
 <?php
  // ** GOOGLE CHECKOUT **
    include(DIR_WS_MODULES . 'show_google_components.php');  
  // ** END GOOGLE CHECKOUT **
 ?>
<!-- * END GOOGLE CHECKOUT * --></div>
<div class="buttonRow back"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_CONTINUE_SHOPPING, BUTTON_CONTINUE_SHOPPING_ALT) . '</a>'; ?></div>
<?php
// show update cart button
  if (SHOW_SHOPPING_CART_UPDATE == 2 or SHOW_SHOPPING_CART_UPDATE == 3) {
?>
<!--<div class="buttonRow back"><?php echo zen_image_submit(ICON_IMAGE_UPDATE, ICON_UPDATE_ALT); ?></a></div>-->
<?php
  } else { // don't show update button below cart
?>
<?php
  } // show update button
?>
<!--eof shopping cart buttons-->
16 Jun 2009, 8:42 PM
#3128
activityshopper avatar

activityshopper

New Zenner

Join Date:
Feb 2008
Posts:
14
Plugin Contributions:
0

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

Request for assistance:(

Situation : Google Checkout will not pull my merchant calculated shipping information. The data needs to be merchant calculated because we use the xmodules dropship combo module, allowing us to bind a zip code to a manufacturer. This allows us to pull real time quotes from our supplier to our customers. We also only do ground and 3 day select. If the weight of the product is 0 then it is considered FREE SHIPPING.

Problems :

  1. No shipping is being pulled whatsoever

  2. Error Message on Google Checkout Integration Page : Error parsing XML; message from parser is: The markup in the document following the root element must be well-formed.

  3. Recieving this notifications ( not error ) in the shipping generator : Notice: Use of undefined constant DIR_FS_ADMIN - assumed 'DIR_FS_ADMIN' in /XXX/zencart/includes/uadmin/uAdmin.class.php on line 53

This one started after I had installed Zend Optimizer for my SEO module.

Here are my current settings in the google checkout payment module :

GoogleCheckout

Google Checkout Module Version
v1.4.7

Enable GoogleCheckout Module
True

Select Mode of Operation
https://checkout.google.com/

Production Merchant ID
XXX

Production Merchant Key
XXX

Sandbox Merchant ID
XXX

Sandbox Merchant Key
XXX

.htaccess Basic Authentication Mode
False

Select Merchant Calculation Mode of Operation
https

Disable Google Checkout for Virtual Goods?
True

Allow US PO BOX shipping?
False

Default Values for Real Time Shipping Rates
ups3DSdomestic_types_VD:0, upsGNDdomestic_types_VD:0

GoogleCheckout Carrier Calculated Shipping
False

Carrier Calculater Shipping Configuration
fedexGrounddomestic_types_CCS:0|0|0, fedexHome Deliverydomestic_types_CCS:0|0|0, fedexExpress Saverdomestic_types_CCS:0|0|0, fedex2Daydomestic_types_CCS:0|0|0, fedexStandard Overnightdomestic_types_CCS:0|0|0, fedexPriority Overnightdomestic_types_CCS:0|0|0, fedexFirst Overnightdomestic_types_CCS:0|0|0, upsGrounddomestic_types_CCS:0|0|0, ups3 Day Selectdomestic_types_CCS:0|0|0, ups2nd Day Airdomestic_types_CCS:0|0|0, upsNext Day Air Saverdomestic_types_CCS:0|0|0, upsNext Day Airdomestic_types_CCS:0|0|0, upsNext Day Air Early AMdomestic_types_CCS:0|0|0, uspsMedia Maildomestic_types_CCS:0|0|0, uspsParcel Postdomestic_types_CCS:0|0|0, uspsExpress Maildomestic_types_CCS:0|0|0

Rounding Policy Mode
HALF_EVEN

Rounding Policy Rule
PER_LINE

Cart Expiration Time (Minutes)
NONE

Also send notifications with Zencart
False

Google Analytics Id
XXX

3rd Party Tracking
XXX

Google Checkout restricted product categories

Continue shopping URL.
checkout_success

Sort order of display.
0

I greatly appreciate any assistance that anyone can provide. I have tried everything I can possibly think of to get this to work and it simply wont. Thank you.

21 Jun 2009, 9:56 PM
#3129
srigari avatar

srigari

New Zenner

Join Date:
Dec 2008
Location:
USA
Posts:
61
Plugin Contributions:
0

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

activityshopper:

Request for assistance:(

Situation : Google Checkout will not pull my merchant calculated shipping information. The data needs to be merchant calculated because we use the xmodules dropship combo module, allowing us to bind a zip code to a manufacturer. This allows us to pull real time quotes from our supplier to our customers. We also only do ground and 3 day select. If the weight of the product is 0 then it is considered FREE SHIPPING.

Problems :

  1. No shipping is being pulled whatsoever

  2. Error Message on Google Checkout Integration Page : Error parsing XML; message from parser is: The markup in the document following the root element must be well-formed.

  3. Recieving this notifications ( not error ) in the shipping generator : Notice: Use of undefined constant DIR_FS_ADMIN - assumed 'DIR_FS_ADMIN' in /XXX/zencart/includes/uadmin/uAdmin.class.php on line 53

This one started after I had installed Zend Optimizer for my SEO module.

Here are my current settings in the google checkout payment module :

GoogleCheckout

Google Checkout Module Version
v1.4.7

Enable GoogleCheckout Module
True

Select Mode of Operation
https://checkout.google.com/

Production Merchant ID
XXX

Production Merchant Key
XXX

Sandbox Merchant ID
XXX

Sandbox Merchant Key
XXX

.htaccess Basic Authentication Mode
False

Select Merchant Calculation Mode of Operation
https

Disable Google Checkout for Virtual Goods?
True

Allow US PO BOX shipping?
False

Default Values for Real Time Shipping Rates
ups3DSdomestic_types_VD:0, upsGNDdomestic_types_VD:0

GoogleCheckout Carrier Calculated Shipping
False

Carrier Calculater Shipping Configuration
fedexGrounddomestic_types_CCS:0|0|0, fedexHome Deliverydomestic_types_CCS:0|0|0, fedexExpress Saverdomestic_types_CCS:0|0|0, fedex2Daydomestic_types_CCS:0|0|0, fedexStandard Overnightdomestic_types_CCS:0|0|0, fedexPriority Overnightdomestic_types_CCS:0|0|0, fedexFirst Overnightdomestic_types_CCS:0|0|0, upsGrounddomestic_types_CCS:0|0|0, ups3 Day Selectdomestic_types_CCS:0|0|0, ups2nd Day Airdomestic_types_CCS:0|0|0, upsNext Day Air Saverdomestic_types_CCS:0|0|0, upsNext Day Airdomestic_types_CCS:0|0|0, upsNext Day Air Early AMdomestic_types_CCS:0|0|0, uspsMedia Maildomestic_types_CCS:0|0|0, uspsParcel Postdomestic_types_CCS:0|0|0, uspsExpress Maildomestic_types_CCS:0|0|0

Rounding Policy Mode
HALF_EVEN

Rounding Policy Rule
PER_LINE

Cart Expiration Time (Minutes)
NONE

Also send notifications with Zencart
False

Google Analytics Id
XXX

3rd Party Tracking
XXX

Google Checkout restricted product categories

Continue shopping URL.
checkout_success

Sort order of display.
0

I greatly appreciate any assistance that anyone can provide. I have tried everything I can possibly think of to get this to work and it simply wont. Thank you.

Google Checkout module currently does not work with 3rd party dropshipping modules. I use Advanced shipper module and it does not work with that either. So GC considers shipping cost to be zero if you use any dropship module.

22 Jun 2009, 11:51 AM
#3130
tiny avatar

tiny

New Zenner

Join Date:
Apr 2009
Posts:
15
Plugin Contributions:
0

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

Help please i have searched the forum but i can not find an answer

google checkout is not accepting customers from coutrys outside the UK, the shipping estimator picks up the customers country and gives them a price but the google cart does not allow them to purchace their order, it says we do not ship to that country thank you for any help

24 Jun 2009, 12:26 AM
#3131
webskipper avatar

webskipper

Totally Zenned

Join Date:
Nov 2007
Location:
USA
Posts:
876
Plugin Contributions:
2

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

Is there a 2009 update to this module?

24 Jun 2009, 12:31 AM
#3132
webskipper avatar

webskipper

Totally Zenned

Join Date:
Nov 2007
Location:
USA
Posts:
876
Plugin Contributions:
2

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

Zen cart doesn't accept those customers or the Google cart doesn't? Which?

I recently sent a package to Malaysia. It was only $20.00. I wanted to test GC in that region. It went through fine. Passed all tests and not a stolen credit card call since I started using GC.

3 Jul 2009, 11:01 PM
#3133
znrinarz avatar

znrinarz

New Zenner

Join Date:
Jun 2009
Posts:
27
Plugin Contributions:
0

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

I am not seeing the order being passed back to zencart. The order
The following message is from the cpanel error log on my host server.

File does not exist: /home/xxx/public_html/home
SoftException in Application.cpp:252:File "/home/xxx/public_html/store/googlecheckout/responsehandler.php" is writeable by group

GoogleCheckout

Google Checkout Module Version
v1.4.7

Enable GoogleCheckout Module
True

Select Mode of Operation
https://sandbox.google.com/checkout/

Production Merchant ID
xxx

Production Merchant Key
xxx

Sandbox Merchant ID
xxx

Sandbox Merchant Key
xxx

.htaccess Basic Authentication Mode
True

Select Merchant Calculation Mode of Operation
https

Disable Google Checkout for Virtual Goods?
True

Allow US PO BOX shipping?
True

Default Values for Real Time Shipping Rates
ups1DMdomestic_types_VD:1, ups1DMLdomestic_types_VD:1, ups1DAdomestic_types_VD:1, ups1DALdomestic_types_VD:1, ups1DAPIdomestic_types_VD:1, ups1DPdomestic_types_VD:1, ups1DPLdomestic_types_VD:1, ups2DMdomestic_types_VD:1, ups2DMLdomestic_types_VD:1, ups2DAdomestic_types_VD:1, ups2DALdomestic_types_VD:1, ups3DSdomestic_types_VD:1, upsGNDdomestic_types_VD:1, upsGNDCOMdomestic_types_VD:1, upsGNDRESdomestic_types_VD:1, upsSTDdomestic_types_VD:1, upsXPRdomestic_types_VD:1, upsXPRLdomestic_types_VD:1, upsXDMdomestic_types_VD:1, upsXDMLdomestic_types_VD:1, upsXPDdomestic_types_VD:1

GoogleCheckout Carrier Calculated Shipping
False

Carrier Calculater Shipping Configuration
fedexGrounddomestic_types_CCS:1.00|0|0, fedexHome Deliverydomestic_types_CCS:1.00|0|0, fedexExpress Saverdomestic_types_CCS:1.00|0|0, fedex2Daydomestic_types_CCS:1.00|0|0, fedexStandard Overnightdomestic_types_CCS:1.00|0|0, fedexPriority Overnightdomestic_types_CCS:1.00|0|0, fedexFirst Overnightdomestic_types_CCS:1.00|0|0, upsGrounddomestic_types_CCS:1.00|0|0, ups3 Day Selectdomestic_types_CCS:1.00|0|0, ups2nd Day Airdomestic_types_CCS:1.00|0|0, upsNext Day Air Saverdomestic_types_CCS:1.00|0|0, upsNext Day Airdomestic_types_CCS:1.00|0|0, upsNext Day Air Early AMdomestic_types_CCS:1.00|0|0, uspsMedia Maildomestic_types_CCS:1.00|0|0, uspsParcel Postdomestic_types_CCS:1.00|0|0, uspsExpress Maildomestic_types_CCS:1.00|0|0

Rounding Policy Mode
HALF_EVEN

Rounding Policy Rule
PER_LINE

Cart Expiration Time (Minutes)
NONE

Also send notifications with Zencart
False

Google Analytics Id
xxx

3rd Party Tracking

Google Checkout restricted product categories

Continue shopping URL.
checkout_success

Sort order of display.
0

The reponsehandler link is as follows: https://www.my-store.com/store/googlecheckout/responsehandler.php

Any help would be appreciated.

3 Jul 2009, 11:10 PM
#3134
limelites avatar

limelites

Totally Zenned

Join Date:
Jan 2009
Posts:
2,085
Plugin Contributions:
0

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

znrinarz:

I am not seeing the order being passed back to zencart. The order
The following message is from the cpanel error log on my host server.

File does not exist: /home/xxx/public_html/home
SoftException in Application.cpp:252:File "/home/xxx/public_html/store/googlecheckout/responsehandler.php" is writeable by group

GoogleCheckout

Google Checkout Module Version
v1.4.7

Enable GoogleCheckout Module
True

Select Mode of Operation
https://sandbox.google.com/checkout/

Production Merchant ID
xxx

Production Merchant Key
xxx

Sandbox Merchant ID
xxx

Sandbox Merchant Key
xxx

.htaccess Basic Authentication Mode
True

Select Merchant Calculation Mode of Operation
https

Disable Google Checkout for Virtual Goods?
True

Allow US PO BOX shipping?
True

Default Values for Real Time Shipping Rates
ups1DMdomestic_types_VD:1, ups1DMLdomestic_types_VD:1, ups1DAdomestic_types_VD:1, ups1DALdomestic_types_VD:1, ups1DAPIdomestic_types_VD:1, ups1DPdomestic_types_VD:1, ups1DPLdomestic_types_VD:1, ups2DMdomestic_types_VD:1, ups2DMLdomestic_types_VD:1, ups2DAdomestic_types_VD:1, ups2DALdomestic_types_VD:1, ups3DSdomestic_types_VD:1, upsGNDdomestic_types_VD:1, upsGNDCOMdomestic_types_VD:1, upsGNDRESdomestic_types_VD:1, upsSTDdomestic_types_VD:1, upsXPRdomestic_types_VD:1, upsXPRLdomestic_types_VD:1, upsXDMdomestic_types_VD:1, upsXDMLdomestic_types_VD:1, upsXPDdomestic_types_VD:1

GoogleCheckout Carrier Calculated Shipping
False

Carrier Calculater Shipping Configuration
fedexGrounddomestic_types_CCS:1.00|0|0, fedexHome Deliverydomestic_types_CCS:1.00|0|0, fedexExpress Saverdomestic_types_CCS:1.00|0|0, fedex2Daydomestic_types_CCS:1.00|0|0, fedexStandard Overnightdomestic_types_CCS:1.00|0|0, fedexPriority Overnightdomestic_types_CCS:1.00|0|0, fedexFirst Overnightdomestic_types_CCS:1.00|0|0, upsGrounddomestic_types_CCS:1.00|0|0, ups3 Day Selectdomestic_types_CCS:1.00|0|0, ups2nd Day Airdomestic_types_CCS:1.00|0|0, upsNext Day Air Saverdomestic_types_CCS:1.00|0|0, upsNext Day Airdomestic_types_CCS:1.00|0|0, upsNext Day Air Early AMdomestic_types_CCS:1.00|0|0, uspsMedia Maildomestic_types_CCS:1.00|0|0, uspsParcel Postdomestic_types_CCS:1.00|0|0, uspsExpress Maildomestic_types_CCS:1.00|0|0

Rounding Policy Mode
HALF_EVEN

Rounding Policy Rule
PER_LINE

Cart Expiration Time (Minutes)
NONE

Also send notifications with Zencart
False

Google Analytics Id
xxx

3rd Party Tracking

Google Checkout restricted product categories

Continue shopping URL.
checkout_success

Sort order of display.
0

The reponsehandler link is as follows: https://www.my-store.com/store/googlecheckout/responsehandler.php

Any help would be appreciated.

I see you have your setup so that your server runs PHP over CGI? Are you sure? If so, then check out a previous post I typed up here:

http://www.zen-cart.com/forum/showthread.php?t=130636

Hopefully that will help you.

3 Jul 2009, 11:42 PM
#3135
znrinarz avatar

znrinarz

New Zenner

Join Date:
Jun 2009
Posts:
27
Plugin Contributions:
0

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

My host is Hostgator and they run Php as Cgi per their knowledgebase. I'm a neewbie so is that the same as Php over Cgi?

Thanks for the help, I have been through alot of posts trying to figure this one out.

4 Jul 2009, 10:24 AM
#3136
limelites avatar

limelites

Totally Zenned

Join Date:
Jan 2009
Posts:
2,085
Plugin Contributions:
0

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

Yes, I guess that's the same thing.... PHP over CGI.... Did you follow the steps outlined in the post I linked above?

In your admin payment modules when setting up GC did you notice this part:

.htaccess Basic Authentication Mode
Your site Site in installed with PHP over CGI?
This configuration will disable PHP Basic Authentication that is NOT compatible with CGI used in the responsehandler.php to validate Google Checkout messages.
If setted True you MUST configure your .htaccess files here.

False
True (SET TO TRUE)

When you click the here link in admin, it will take you to a page which asks for your GC details and generates .htaccess and .htpasswd files and puts them in your GC directory.. (make sure your googlecheckout driectory is CHMOD 777 before running this so it can save the files... then just set it back when finished.

Also, you need to ensure that the https://URL TO YOUR RESPONSE HANDLER is specified in the API Callback URL section at https://checkout.google.com/sell/settings?section=Integration

All of the above is assuming that you've already generated and uploaded your own shipping_methods.php file?!

Are your shipping rates working for Google Checkout?

4 Jul 2009, 4:42 PM
#3137
znrinarz avatar

znrinarz

New Zenner

Join Date:
Jun 2009
Posts:
27
Plugin Contributions:
0

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

Limelites,

Thanks for your response.

The ony thing I have not done is generate my own shipping_methods.php file. Didn't know that this would be causing the order not to show in ZC. I wanted to make sure I was able to see the order in ZC before changing shipping options.

When I click on Shipping Generator it is asking me for a userid and pw - have no idea what this is.

I am getting this error msg in my cpanel error log:

File does not exist: /home/xxx/public_html/home, referer: http://my-site/store/backup1/modules.php?set=payment&module=googlecheckout&action=edit

How do I fix the pw problem with shipping generator and can anyone help with the error msg?

4 Jul 2009, 5:54 PM
#3138
limelites avatar

limelites

Totally Zenned

Join Date:
Jan 2009
Posts:
2,085
Plugin Contributions:
0

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

OK, let's take this a step at a time then.

  1. Triple check that all Google Checkout Mod files are uploaded correctly and that you've made the required modifications to existing files outlined in the install instructions.

  2. In Admin, set .htaccess Basic Authentication Mode to false for now.

  3. GoTo your googlecheckout directory in FTP and rename your .htaccess and .htpasswd files to .htaccess.old and .htpasswd.old.

  4. Ensure that the https://URL TO YOUR RESPONSE HANDLER is specified in the API Callback URL section at https://checkout.google.com (Integration)

  5. Now, run the shipping generator from admin and copy the PHP generated to your shipping_methods.php file. Upload this to your googlecheckout directory and test a mock order on your site to see if GC is recognising your shipping methods. You're best to do this before progressing to the .htaccess stage.

Post back when you've got this far......

5 Jul 2009, 6:52 AM
#3139
znrinarz avatar

znrinarz

New Zenner

Join Date:
Jun 2009
Posts:
27
Plugin Contributions:
0

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

Thank you Limelites for your patience with me as I try and figure this out.

First off I have to come clean - when I installed GC I uploaded the folders directly into my store folder and yes I renamed the your-template folder. I have added superorders, paypal express, as well as other mods. I did not edit files manually as detailed in the installation instructions.

  1. Triple check that all Google Checkout Mod files are uploaded correctly and that you've made the required modifications to existing files outlined in the install instructions. Done, not sure if my mods are a problem since I did not manually edit files since I uploaded all GC files.

  2. In Admin, set .htaccess Basic Authentication Mode to false for now. Done

  3. GoTo your googlecheckout directory in FTP and rename your .htaccess and .htpasswd files to .htaccess.old and .htpasswd.old. Done

  4. Ensure that the https://URL TO YOUR RESPONSE HANDLER is specified in the API Callback URL section at https://checkout.google.com (Integration) Done

  5. When I started shipping generator I got the following 500 Internal Error msg: The server encountered an internal error or misconfiguration and was unable to complete your request

Below is the cpanel error log messages after trying to run the shipping generator.

[Sun Jul 05 01:41:03 2009] [error] [client 24.251.134.145] File does not exist: /home/xxx/public_html/home, referer: http://my-site/store/backup1/modules.php?set=payment&module=googlecheckout&action=edit
[Sun Jul 05 01:41:03 2009] [error] [client 24.251.134.145] SoftException in Application.cpp:544: Directory "/home/xxx/public_html/store/googlecheckout" is writeable by group, referer: http://my-site/store/backup1/modules.php?set=payment&module=googlecheckout&action=edit

Before you tell me to restore my site from a backup and reinstall GC, is there anything in the error log above that would suggest an easy fix? I am able to generate an order on Google Checkout and I return to my checkout_success page but w/o an order in ZC.

5 Jul 2009, 7:18 PM
#3140
znrinarz avatar

znrinarz

New Zenner

Join Date:
Jun 2009
Posts:
27
Plugin Contributions:
0

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

Something else that may be an issue, I just recently added COMODO SSL to my site. I noticed that even though the URL for the API callback response handler is https// when I click on the
link to return to my store in Google Checkout I am returned to a non-ssl checkout_success page on my website.

Could this be the reason the order is not being passed to ZC?