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

Results 3,141 to 3,160 of 3,921
This thread is locked. New replies are disabled.
6 Jul 2009, 1:13 AM
#3141
znrinarz avatar

znrinarz

New Zenner

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

Google Checkout module for ZC 1.3.x (beta)

Found this code in gcheckout.php:

$continue_shopping_url = str_replace("&", "&",
zen_href_link($googlepayment->continue_url, $parameters, 'SSL'));
$edit_cart_url = zen_href_link(FILENAME_SHOPPING_CART, '', 'SSL');

I changed the the code from nonssl to ssl and I am now being returned to an ssl checkout_success page after the order is processed on google checkout.

Still no order being passed to ZC, and I still have the issue with the shipping generator.

9 Jul 2009, 8:20 PM
#3142
jbarrick avatar

jbarrick

Zen Follower

Join Date:
Aug 2008
Posts:
218
Plugin Contributions:
0

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

I have the Google Checkout module (1.4.7) installed but it does not display anything on my checkout_payment page (1.3.8a).

9 Jul 2009, 10:10 PM
#3143
btman avatar

btman

New Zenner

Join Date:
Jun 2009
Location:
Wales UK
Posts:
92
Plugin Contributions:
0

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

Hello, I have installed GC on my site (http://info-tech-trade.co.uk) but I get the error message Error: Shipping Methods not configured underneath the button.
I've noticed that I can fix this by setting GC Carrier Calculated Shipping to "true" but then i get "Oops! We were unable to process your request" when I click through.
I have searched the web for a quick fix but without success as yet.
Any help appreciated, Thanks.

10 Jul 2009, 2:35 PM
#3144
jbarrick avatar

jbarrick

Zen Follower

Join Date:
Aug 2008
Posts:
218
Plugin Contributions:
0

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

My Google Checkout settings are as follows:

GoogleCheckout

Google Checkout Module Version
v1.4.7

Enable GoogleCheckout Module
True

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

Production Merchant ID


Production Merchant Key


Sandbox Merchant ID

Sandbox Merchant Key

.htaccess Basic Authentication Mode
False

Select Merchant Calculation Mode of Operation
https

Disable Google Checkout for Virtual Goods?
False

Allow US PO BOX shipping?
True

Default Values for Real Time Shipping Rates

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
NONE

3rd Party Tracking
NONE

Google Checkout restricted product categories

Continue shopping URL.
checkout_success

Sort order of display.
1


It just will not display in checkout_payment as a payment option.

All of the files are in place. I have done everything in the instructions.

10 Jul 2009, 3:02 PM
#3145
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)

jbarrick:

It just will not display in checkout_payment as a payment option.

All of the files are in place. I have done everything in the instructions.

As designed in this mod, Google Checkout is a checkout option rather than a payment option. Unless you modify the code files within the mod, you will not see GCO in the checkout_payment screen. It is designed to be called strictly by using the GoogleCheckout button, either on a populated shopping cart page, or from the login page.

Ther are a number of people who have modified their code files to achieve the effect you are looking for, but with mixed results. A thorough search of this forum may turn up some of their techniques.

10 Jul 2009, 3:20 PM
#3146
jbarrick avatar

jbarrick

Zen Follower

Join Date:
Aug 2008
Posts:
218
Plugin Contributions:
0

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

I am really surprised that this is the case. Especially since PayPal works as a payment option.

12 Jul 2009, 9:00 AM
#3147
btman avatar

btman

New Zenner

Join Date:
Jun 2009
Location:
Wales UK
Posts:
92
Plugin Contributions:
0

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

btman:

Hello, I have installed GC on my site (http://info-tech-trade.co.uk) but I get the error message Error: Shipping Methods not configured underneath the button.
I've noticed that I can fix this by setting GC Carrier Calculated Shipping to "true" but then i get "Oops! We were unable to process your request" when I click through.
I have searched the web for a quick fix but without success as yet.
Any help appreciated, Thanks.

Just to answer my own question:

I can not use carrier calculated shipping because I am not American and only flat rate is allowed.
I still needed to configure the non-American shipping services useing the shipping generator but then disable them in admin > modules > payment > googlecheckout.

All error are gone and google checkout flat rate shipping configured.
fun, fun, fun!

13 Jul 2009, 8:39 PM
#3148
activityshopper avatar

activityshopper

New Zenner

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

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

srigari:

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.

Google Checkout is finally pulling real time quotes from UPS for my shipping module. However, now whenever an item is flagged as fee shipping due to the freeshipper 0 weight shipping module, it noties me that there is not a valid shipping method. It begins pulling showing 0.00 as the price but then it goes away.

Any thoughts?

13 Jul 2009, 11:12 PM
#3149
activityshopper avatar

activityshopper

New Zenner

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

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

Hello Community

I wanted to post this because I spent a long long long time trying to find a fix for this and I couldnt. If you are able to get your dropship mod for pulling shipping rates from manufacturers zip code to port successfully integrated into google checkout, here is how you make it work with the FREESHIPPER mod based on 0 weight.

Open /storefolder/googlecheckout/gcheckout.php

FIND :

  switch ($curr_ship) {
    case 'FREESHIPPER':
      if($cart->free_shipping_items() != $cart->count_contents()){
        $enable = "False";
        unset($module_info_enabled['freeshipper']);
      }

REPLACE:

  switch ($curr_ship) {
    case 'FREESHIPPER':
      if($cart->free_shipping_items() != $cart->count_contents()){
        $enable = "True";
        unset($module_info_enabled['freeshipper']);
      }

I hope this works for everyone and not just me because I havent tested this on any other store except for my own.

Good Luck!!

KullConqueror
https://www.activityshopper.com
https://www.livingshopper.com
https://www.nextexitstores.com

14 Jul 2009, 12:11 AM
#3150
jbarrick avatar

jbarrick

Zen Follower

Join Date:
Aug 2008
Posts:
218
Plugin Contributions:
0

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

My checkout_payment page has stopped functioning correctly.

The last time I made any changes everything was working.

However, now customers get only a blank page when they reach the checkout_payment page.

In ADMIN > MODULES > PAYMENT I am getting the following errors:

Warning: googlecheckout::require(/home/bodykits_net/public_html//googlecheckout/shipping_methods.php) [function.googlecheckout-require]: failed to open stream: Permission denied in /home/bodykits_net/public_html/includes/modules/payment/googlecheckout.php on line 44

Fatal error: googlecheckout::require() [function.require]: Failed opening required '/home/bodykits_net/public_html//googlecheckout/shipping_methods.php' (include_path='.:/usr/share/pear:/usr/share/php') in /home/bodykits_net/public_html/includes/modules/payment/googlecheckout.php on line 44

14 Jul 2009, 12:13 AM
#3151
jbarrick avatar

jbarrick

Zen Follower

Join Date:
Aug 2008
Posts:
218
Plugin Contributions:
0

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

Oops! CHMOD issue

14 Jul 2009, 4:10 PM
#3152
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)

Integration Issue Detail

I got this error:

XML GC Received:

<?xml version="1.0" encoding="UTF-8"?>
              <add-merchant-order-number xmlns="http://checkout.google.com/schema/2" google-order-number="">
              <merchant-order-number></merchant-order-number>
              </add-merchant-order-number>

XML GC Sent:

<?xml version="1.0" encoding="UTF-8"?> <error xmlns="http://checkout.google.com/schema/2" serial-number="86fce692-202b-460a-87bf-77a5f3d649"> <error-message>Ids are integral numbers, but you sent: </error-message> </error>

Any Ideas why and how to fix this?

14 Jul 2009, 4:16 PM
#3153
stevend avatar

stevend

New Zenner

Join Date:
May 2006
Posts:
16
Plugin Contributions:
0

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

This thread is really bad, so hard to find anything at all, even using the search 'within the thread' options..

It needs someone to thin it out a bit, or copy the best bits into a new thread.

I have had the issues with the freeoptions shipping not being transfered to google

No matter what I try, I can only get the basic flat rate to work, but I really could do with orders over 50.00 to have free shipping, is anyone still watching this thread from google who might help with this?

I had one bit of success, I have managed to transfer two methods through to google, one flat rate, and one on the dropdown thats free ie 0.00, to do that I copied the freeoptions bit from the shipping_methods.uk.php into the shipping_methods.php

so that I have..

<?php
/**
  * File: googlecheckout/shipping_methods.php file
  */ 
$mc_shipping_methods = array(
                        'flat' => array(
                                    'domestic_types' =>
                                      array(
                                          'flat' => 'Best Way',

                                           ),

                                    'international_types' =>
                                      array(
                                          'flat' => 'Best Way_1',

                                           ),
                                        ),
                               'freeoptions' => array(
                                  'domestic_types' =>
                                    array(
                                          'freeoptions' => 'Free Options'
                                         ),
                                  'international_types' =>
                                    array(
                                          'freeoptions' => 'Free Options intl'
                                         )
                                   ),
                                  );

$mc_shipping_methods_names = array(
                                          'flat' => 'Flat Rate',
										  'freeoptions' => 'Free Options',
                                        );
?>

All I have to do now, is figure some whay that the shipping_methods.php can do a check against the order value, and then only send the freeoptions 0.00 bit, instead of both, and then I think it might actually work.

Steven

14 Jul 2009, 5:58 PM
#3154
danchappers avatar

danchappers

New Zenner

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

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

Hello everyone,
I'm realy getting confused trying to install Google Checkout, does anyone have some simple steps that I can follow, or able to maybe guide me through it when they have some time? From what I can gather I should be able to just add the files into my Zencart via FTP however after doing this Googlecheckout still doesnt show as an option.

Many thanks
Dan

14 Jul 2009, 8:01 PM
#3155
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)

danchappers:

Hello everyone,
I'm realy getting confused trying to install Google Checkout, does anyone have some simple steps that I can follow, or able to maybe guide me through it when they have some time? From what I can gather I should be able to just add the files into my Zencart via FTP however after doing this Googlecheckout still doesnt show as an option.

Many thanks
Dan

Does it appear in your Admin->Modules->Payment as an option? If so, did you activate it?

16 Jul 2009, 6:16 PM
#3156
jbarrick avatar

jbarrick

Zen Follower

Join Date:
Aug 2008
Posts:
218
Plugin Contributions:
0

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

My shipping method is Per Unit perweight.

When people checkout using Google Checkout, the shipping cost is omitted.

Our server is not running with PHP over CGI.

What can be done to resolve this?

16 Jul 2009, 10:17 PM
#3157
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)

How does one turn off the Checkout logo?

I want it off because the shipping is inconsistent when checking out with GC.

Too many times over the years GC will offer $1.00 shipping for any level of delivery. That is terrible because either I eat the loss or cancel the order. Either way I lose.

I want GC to return to my site only when the GC invoices are paid.

When is this going to be a complete contribution? Other carts have it working right.

I have had it with a beta contribution.

22 Jul 2009, 9:45 AM
#3158
kiddo avatar

kiddo

Totally Zenned

Join Date:
Jul 2006
Location:
SF Bay Area
Posts:
837
Plugin Contributions:
1

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

Hi folks. Anyone have a clue for this.

With Merchant calculated shipping enabled, the proper rates show up on the google side just long enought to see they are correct (not just default values), and then are replaced by a yellow box saying: "You do not currently have any valid shipping methods."

The odd thing is, I do have valid methods. They show up for about three seconds and then are replaced by the above message.

I've had great success with GC on many sites, but this one has me stumped.

System is Fresh 1.3.8a, SSL, USPS, fresh install with no mods or templates other than GC and the usps patch.

The only difference is I'm working on a host I'm unfamiliar with.
(infact, migrating the site to a different server works)

Could there be some server config that may be the culprit? (I am forced to use fastCGI on this server)

I've done this often enough not to make silly config mistakes.

23 Jul 2009, 7:13 PM
#3159
kiddo avatar

kiddo

Totally Zenned

Join Date:
Jul 2006
Location:
SF Bay Area
Posts:
837
Plugin Contributions:
1

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

No real resolution to the above post, but moved to a ZC certified host and no more problems.

Coolies!

24 Jul 2009, 1:45 PM
#3160
jbarrick avatar

jbarrick

Zen Follower

Join Date:
Aug 2008
Posts:
218
Plugin Contributions:
0

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

What is going on with Per Unit perweight shipping to Google Checkout?

I use this method for shipping and the shipping costs never shows up in Google Checkout.

This is a major problem!

We have very large items and shipping is a major part of the cost.

How do I get my shipping costs using Per Unit perweight to Google Checkout?

HELP