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

Results 3,101 to 3,120 of 3,921
This thread is locked. New replies are disabled.
27 May 2009, 9:47 PM
#3101
hcd888 avatar

hcd888

Zen Follower

Join Date:
May 2008
Posts:
348
Plugin Contributions:
0

Google Checkout module for ZC 1.3.x (beta)

I dont think i have SSL cert, but i manage to get payments from Paypal

I inputted the the response handler (call back) does it matter which Callback method is ticked? XML or HTML?

I left it as XML as it was already ticked now my shopping cart says:
What is Google Checkout?

  • The Cart is empty
  • There are multiple shipping options selected and they use different shipping tax tables or some dont use tax tables

What would i do here? Do i have to set different shipping again?

So sorry about the newbie questions, just that iam sooooooo confused :blink:

Thanks

27 May 2009, 10:03 PM
#3102
hcd888 avatar

hcd888

Zen Follower

Join Date:
May 2008
Posts:
348
Plugin Contributions:
0

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

I also forgot to say do i need a Sandbox Merchant ID & Key, or can i just use https://checkout.google.com/

27 May 2009, 10:21 PM
#3103
hcd888 avatar

hcd888

Zen Follower

Join Date:
May 2008
Posts:
348
Plugin Contributions:
0

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

Hi PPL i managed to sort it out :clap:

The problem, was because i had an option where buyers could collect from the store, and the price of this was set at 0, and no VAT

I not changed it so the price is 0 + VAT and now its working :clap:

Thanks for your responses anyway :clap:

28 May 2009, 6:43 AM
#3104
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)

As a result of data missing for a recent Google Checkout customer account, I was receiving these database errors in admin when the customers account was highlighted:

**- Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home3/limelite/public_html/ADmin443556/customers.php on line 1099

  • Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home3/limelite/public_html/ADmin443556/customers.php on line 1101**

This new customer account had been created but was missing required fields. Seeing as this isn't possible using the standard sign up process, I can only assume it has something to do with Google Checkout. She checked out using GC and so it seems as though GC is creating customer accounts automatically but is somehow inserting the customer data in the wrong fields.

Has anyone seen this before?

28 May 2009, 7:43 AM
#3105
tiny avatar

tiny

New Zenner

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

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

hello i have installed the flate rate clone its working with googlecart, i have made a clone of the clone so that i know have 3 flat rates, theproblem i have is that google check out picks up the flat rate price for the first flat rate price,

in googlecheckout.php i see
$this->shipping_support = array("flat", "item", "table", 'freeoptions', 'freeshipper', 'perweightunit', 'storepickup', 'itemnational', 'iteminternational');

i have called one of the clones flatworld and i have tried adding "flatworld" into the array but i just get a oops error in the google checkout can any one help me with this thank you

29 May 2009, 12:15 AM
#3106
hcd888 avatar

hcd888

Zen Follower

Join Date:
May 2008
Posts:
348
Plugin Contributions:
0

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

Hi i set up my set up individual shipping charges per item.
With the Per unit perweightunit module with this tutorial https://www.zen-cart.com/tutorials/index.php?article=208

Everything seems to be fine, but when i check out with Google checkout shipping is displayed as £0

Does anybody know how i can solve this problem out in google checkout?

Thanks in advance :bigups:

29 May 2009, 6:53 AM
#3107
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)

hcd888:

Hi i set up my set up individual shipping charges per item.
With the Per unit perweightunit module with this tutorial https://www.zen-cart.com/tutorials/index.php?article=208

Everything seems to be fine, but when i check out with Google checkout shipping is displayed as £0

Does anybody know how i can solve this problem out in google checkout?

Thanks in advance :bigups:

Edit the GC Payment Module from your ZC Admin and look for this:

Default Values for Real Time Shipping Rates
Default values for real time rates in case the webservice call fails.
Set Default Value to 0 to disable the method

Shipping Generator

Click on the Shipping Generator and create a new shipping_methods.php file to put in your googlecheckout folder.

30 May 2009, 10:25 PM
#3108
hcd888 avatar

hcd888

Zen Follower

Join Date:
May 2008
Posts:
348
Plugin Contributions:
0

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

limelites:

Edit the GC Payment Module from your ZC Admin and look for this:

Default Values for Real Time Shipping Rates
Default values for real time rates in case the webservice call fails.
Set Default Value to 0 to disable the method

Shipping Generator

Click on the Shipping Generator and create a new shipping_methods.php file to put in your googlecheckout folder.

Hi limelites, thanks for getting back to me :bigups:
I clicked on the Shipping Generator, iam guessing the Domestic & Int' Shipping address would be my own address could i leave the cart info blank?

i than give a name Method Code: e.g Delivery & Method Fancy Name: Delvery Cost

It than generates some code below i than copy the text and past into googlecheckout/shipping_methods.php file

So what do i do now? I mean will this enable me to charge delivery cost from weight?

Becaue the way i set it up product and enter the shipping cost as the product "weight". Is used for the shipping rate for this product ... ie: it is no longer the weight -- it is only the shipping cost. As described in the tutorial https://www.zen-cart.com/tutorials/index.php?article=208

Works in Paypal but still displaying £0 in Google checkout. Hope you can help, Thanks

30 May 2009, 10:35 PM
#3109
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, when you open the shipping generator, just leave the postcodes and everything that's there by default and generate the code.

You'll need to paste that code into the shipping_methods.php and upload that to your googlecheckout directory... CHMOD to 644.

The shipping generator should have recognised your shipping mods and the code it's generated should let Google checkout use the same tariffs as you've set in your shipping module.

31 May 2009, 12:06 AM
#3110
hcd888 avatar

hcd888

Zen Follower

Join Date:
May 2008
Posts:
348
Plugin Contributions:
0

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

Hi limelites,

looks like iam doing everything right but it still displaying £0 in Google checkout.

I click shipping generator, just leave the postcodes and everything that's there by default and click on "Get Shipping Methods"

I than click on "Generate", which produces a code. I than copy the code & copy the code over the original googlecheckout/shipping_methods.php file

I than go check it out in Google Checkout and it displaying the shipping method but £0. :frusty:

Am i doing summit wrong????

31 May 2009, 12:10 AM
#3111
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)

What shipping module are you using?

If you're in the UK and using Royal Mail then you should be pasting the generated code of the UK file in the googlecheckout directory.

31 May 2009, 12:17 AM
#3112
hcd888 avatar

hcd888

Zen Follower

Join Date:
May 2008
Posts:
348
Plugin Contributions:
0

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

Iam using the per-weight shipping module, using the product-weight as the shipping rate for the product.

Like this https://www.zen-cart.com/tutorials/index.php?article=208

Hope this is possible

1 Jun 2009, 2:41 PM
#3113
beyre avatar

beyre

Zen Follower

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

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

Well, I put in the category ids for those products that can not be done via Google checkout due to their policy and yet, the GC button is still live on those products.

http://www.oldtradingpost.com/old-west-store/

Under Replica Guns category ... all of the sub-categories, except for the frames/hangers one need to be "barred" from GC.

I put in the ids as:
299_359,299_358,299_301,299_302,299_300,299_305,299_303

Did I do it wrong?

1 Jun 2009, 2:59 PM
#3114
beyre avatar

beyre

Zen Follower

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

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

I tried even doing the root category id of 299 and still the GC button is live for that category.

I can't go live with this store until this is fixed.
Any ideas?

Also, I have disabled all of Fedex in the GC mod .... we don't offer Fedex under Shipping in Admin. And yet, when you go to GC, you are offered Fedex ... where is it pulling it from?

1 Jun 2009, 3:14 PM
#3115
beyre avatar

beyre

Zen Follower

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

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

Nevermind my question about Fedex ... had the GoogleCheckout Carrier Calculated Shipping set to True. Setting it to false fixed that problem.

Now ... I still can't get the restricted categories part to work.

2 Jun 2009, 6:34 PM
#3116
beyre avatar

beyre

Zen Follower

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

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

Hi, I can still use a hand in trying to setup the categories to be restricted from Google Checkout (see a few posts above).

It's really the sub-categories, as there is one sub-cat that is allowed.

4 Jun 2009, 2:19 PM
#3117
beyre avatar

beyre

Zen Follower

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

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

This is becoming urgent folks ... please.

What is the correct syntax for putting in the categories that are restricted from Google Checkout? Nothing I do seems to work in that field.

I can not go live with this store until I have this in place and my client is starting to get very restless.

4 Jun 2009, 2:36 PM
#3118
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:

This is becoming urgent folks ... please.

What is the correct syntax for putting in the categories that are restricted from Google Checkout? Nothing I do seems to work in that field.

I can not go live with this store until I have this in place and my client is starting to get very restless.

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

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

4 Jun 2009, 6:10 PM
#3119
krisdiamond avatar

krisdiamond

New Zenner

Join Date:
May 2009
Posts:
28
Plugin Contributions:
0

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

Hello
Can someone give me, a novice, VERY detailed instructions on how I add the module for GOOGLE checkout.
My site : https://www.jewellerysensations.com

Many thank you in advances !!:smile:

4 Jun 2009, 8:55 PM
#3120
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)

krisdiamond:

Hello
Can someone give me, a novice, VERY detailed instructions on how I add the module for GOOGLE checkout.
My site : https://www.jewellerysensations.com

Many thank you in advances !!:smile:

The installation instructions that come with the mod download are possibly the most comprehensive, step by step, fool proof instructions you'll ever find.