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,100,073

Results 3,561 to 3,580 of 3,921
This thread is locked. New replies are disabled.
11 Jan 2011, 2:13 AM
#3561
chrisd24 avatar

chrisd24

New Zenner

Join Date:
Jan 2011
Posts:
37
Plugin Contributions:
0

Google Checkout module for ZC 1.3.x (beta)

Just looking at another posting that was similar and was wondering if you are using Sandbox or the Live mode?

If live mode do you have an SSL?

11 Jan 2011, 2:47 PM
#3562
spid3r1987 avatar

spid3r1987

Zen Follower

Join Date:
Jul 2009
Posts:
497
Plugin Contributions:
0

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

hey, iv installed this google checkout mod, but when i click "google Checkout" it just says "Oops!
We were unable to process your request." on a google page, then does nothing :S

11 Jan 2011, 6:39 PM
#3563
maffud avatar

maffud

New Zenner

Join Date:
Oct 2008
Posts:
16
Plugin Contributions:
0

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

spid3r1987:

hey, iv installed this google checkout mod, but when i click "google Checkout" it just says "Oops!
We were unable to process your request." on a google page, then does nothing :S

That "oops" error is masking (hiding from the user) a server-side error. I would first look in the Google checkout log files and see if there is a more specific error message in one of those files.

11 Jan 2011, 6:53 PM
#3564
maffud avatar

maffud

New Zenner

Join Date:
Oct 2008
Posts:
16
Plugin Contributions:
0

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

ChrisD24:

Just looking at another posting that was similar and was wondering if you are using Sandbox or the Live mode?

If live mode do you have an SSL?

Who were you asking?

11 Jan 2011, 6:56 PM
#3565
spid3r1987 avatar

spid3r1987

Zen Follower

Join Date:
Jul 2009
Posts:
497
Plugin Contributions:
0

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

error log says invalid or not supported message :S

11 Jan 2011, 7:28 PM
#3566
chrisd24 avatar

chrisd24

New Zenner

Join Date:
Jan 2011
Posts:
37
Plugin Contributions:
0

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

maffud:

Who were you asking?

Sorry, I was asking you.

11 Jan 2011, 9:13 PM
#3567
maffud avatar

maffud

New Zenner

Join Date:
Oct 2008
Posts:
16
Plugin Contributions:
0

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

ChrisD24:

Sorry, I was asking you.

I've got an SSL certificate installed. Was using HTTPS both for the live server and the sandbox connections. Was seeing the same issues on both live and sandbox.

Thanks

12 Jan 2011, 10:10 AM
#3568
spid3r1987 avatar

spid3r1987

Zen Follower

Join Date:
Jul 2009
Posts:
497
Plugin Contributions:
0

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

still no idea WTF is going on, still got invalid or not supported message...

12 Jan 2011, 10:41 AM
#3569
spid3r1987 avatar

spid3r1987

Zen Follower

Join Date:
Jul 2009
Posts:
497
Plugin Contributions:
0

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

ok well iv found that if i check my integration console on GC
it shows this error
12 Jan 2011 02:39:20 PST Error - The address that you are shipping from is invalid. Please send a correct US address.

how do i set GC to be UK not US???

12 Jan 2011, 11:11 AM
#3570
spid3r1987 avatar

spid3r1987

Zen Follower

Join Date:
Jul 2009
Posts:
497
Plugin Contributions:
0

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

ignore above, fixed

12 Jan 2011, 11:11 PM
#3571
redbaron2 avatar

redbaron2

New Zenner

Join Date:
Dec 2010
Posts:
16
Plugin Contributions:
0

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

Dear All,
I don't know if anyone else has been having this issue, but when a Customer is logged in. After adding a item to there cart, and then viewing the cart with shipping estimator showing on the shopping cart page. The whole right column side-boxes and footer do not show on the page and if you look in the error logs you get the cryptic message
Fatal error: Cannot redeclare class order in ///public_html/includes/classes/order.php on line (usually this is the last line of the order.php file)

After many hours of looking on the forums here. I finally did the bandaid fix (as DrBytes said) of changing the ```php
require(DIR_WS_CLASSES . 'order.php');

```php
require_once(DIR_WS_CLASSES . 'order.php');

I do not know why the issue is in the latest version(s) of Zen Cart, but this does fix the display issue.
I hope this information helps you too.

Red Baron

13 Jan 2011, 3:55 PM
#3572
chrisd24 avatar

chrisd24

New Zenner

Join Date:
Jan 2011
Posts:
37
Plugin Contributions:
0

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

Has anybody got shipping to show on the invoices/packing slips on Google Checkout Orders (Merchant Calculated)?

14 Jan 2011, 2:26 PM
#3573
delia avatar

delia

Totally Zenned

Join Date:
May 2006
Location:
Gardiner, Maine
Posts:
2,383
Plugin Contributions:
7

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

I'm getting a time out error message for a cart on my server. Does anyone have any ideas about what I can do? This has got to be the most challenging mod / integration I've ever dealt with. And then this thread is just a monster to navigate!

16 Jan 2011, 6:27 PM
#3574
jbnyc avatar

jbnyc

New Zenner

Join Date:
Sep 2010
Posts:
38
Plugin Contributions:
0

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

Hey everyone, have any of you installed GC with ZenCart 1.3.9?

My Specs:
ZenCart 1.3.9h, upgraded from 1.3.9f
I have a "pure black" template added on as well as a "grid product display".
My site is very simple and only uses Paypal, the shipping module is set to free shipping.

Site Address: https://www.thehustlelusionstore.com

My problem: I followed the tedious instructions of GC, putting files into directories, editing PHP files, etc. But GC does not show up as a payment module in my admin. I was very careful in checking that all the files went into the right places.

Can anyone please help me? I'm pretty new to this.
Also, how do I check if I have "libCurl" installed or enabled? I have no idea what that is.

Any help is appreciated!

17 Jan 2011, 7:48 PM
#3575
matchmanhattan avatar

matchmanhattan

New Zenner

Join Date:
Mar 2008
Location:
Montreal, Canada. Manhattan, New York, USA
Posts:
60
Plugin Contributions:
0

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

Anyone knows of Google checkout works alright with 1.38? Interested in trying but not sure if it is good. It is still in beta?? Thanks. ANY INPUT would be appreciated.

18 Jan 2011, 10:37 AM
#3576
spid3r1987 avatar

spid3r1987

Zen Follower

Join Date:
Jul 2009
Posts:
497
Plugin Contributions:
0

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

iv got it working on my ZC, latest version, fully updated

18 Jan 2011, 3:54 PM
#3577
barendfaber avatar

barendfaber

Zen Follower

Join Date:
Apr 2010
Posts:
263
Plugin Contributions:
0

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

Hi,

Must be stupid today. Site address: https://www.bayardracing.co.uk For example, use product Bars & Footrests -> Bar End Weights, 1 product there with a price tag of £ 1.00

Got the Google Checkout Mod, set up shipping with Royal Mail mod, when I add items to the basket it shows the Google button to pay there, but underneath I have:

Error: Shipping Methods not configured
rm1stpacketsf (ignored)
rm2ndpacketsf (ignored)
rmstdparcels100 (ignored)
rmstdparcels250 (ignored)
rmstdparcels500 (ignored)

If I simple select Go to checkout, it shows the correct delivery charges. I have looked at my Google set up under Payment methods, but for some reason I am really thrown with the Shipping Methods generator, as it also shows there my shipping methods aren't configured. Can someone help me to get this resolved?

With PayPal Zen Cart sends the full amount to PayPal to take, may I recommend Google take the same view to customers to make their system easier to use? With the hassles I am having, I am seriously considering removing Google Checkout from available payment methods on the sites I built...

19 Jan 2011, 6:50 AM
#3578
retched avatar

retched

Totally Zenned

Join Date:
Jun 2007
Location:
Bronx, New York, United States
Posts:
944
Plugin Contributions:
3

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

barendfaber:

Hi,

Must be stupid today. Site address: https://www.bayardracing.co.uk For example, use product Bars & Footrests -> Bar End Weights, 1 product there with a price tag of £ 1.00

Got the Google Checkout Mod, set up shipping with Royal Mail mod, when I add items to the basket it shows the Google button to pay there, but underneath I have:

Error: Shipping Methods not configured
rm1stpacketsf (ignored)
rm2ndpacketsf (ignored)
rmstdparcels100 (ignored)
rmstdparcels250 (ignored)
rmstdparcels500 (ignored)

If I simple select Go to checkout, it shows the correct delivery charges. I have looked at my Google set up under Payment methods, but for some reason I am really thrown with the Shipping Methods generator, as it also shows there my shipping methods aren't configured. Can someone help me to get this resolved?

With PayPal Zen Cart sends the full amount to PayPal to take, may I recommend Google take the same view to customers to make their system easier to use? With the hassles I am having, I am seriously considering removing Google Checkout from available payment methods on the sites I built...

did you remember to correctly set up your shipping_methods.php file? There is a generator for you in the ZenCart admin.

20 Jan 2011, 2:04 PM
#3579
delia avatar

delia

Totally Zenned

Join Date:
May 2006
Location:
Gardiner, Maine
Posts:
2,383
Plugin Contributions:
7

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

One of the shipping choices in the cart is store pickup which always ends up being the first choice in the google dropdown list. Therefore, people leave it like that and get charged no shipping.

I don't see anyway to change that. The store pickup is set with the highest sort order to display last in checkout. Is there anyway to change that behavior in googlecheckout?

21 Jan 2011, 12:12 AM
#3580
retched avatar

retched

Totally Zenned

Join Date:
Jun 2007
Location:
Bronx, New York, United States
Posts:
944
Plugin Contributions:
3

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

delia:

One of the shipping choices in the cart is store pickup which always ends up being the first choice in the google dropdown list. Therefore, people leave it like that and get charged no shipping.

I don't see anyway to change that. The store pickup is set with the highest sort order to display last in checkout. Is there anyway to change that behavior in googlecheckout?

You can actually change the order by changing the shipping_methods.php file in your google checkout directory. Rearranging the options in that file rearranges it in GoogleCheckout's page. Make sure you know what you are doing.