Zen Follower
- Join Date:
- Aug 2008
- Posts:
- 218
- Plugin Contributions:
- 0
Google Checkout module for ZC 1.3.x (beta)
No one has any ideas on how to resolve this?
Views: 1,099,610
Zen Follower
No one has any ideas on how to resolve this?
Zen Follower
I can't believe that no one has any ideas on this. Clearly I am not the only person who has experienced this issue.
Totally Zenned
Parameter Signature Missing - Integration Issue Detail
What is this?
<?xml version="1.0" encoding="UTF-8"?> <error xmlns="http://checkout.google.com/schema/2" serial-number="90610186-aa0d-4d79-a4e1-7c3625ad43aa"> <error-message>We were looking for the parameter signature, but we didn't find it in the cart post; check your form fields.</error-message> </error>After a year of no GC issues this pops up.
Totally Zenned
jbarrick:
I can't believe that no one has any ideas on this. Clearly I am not the only person who has experienced this issue.
GC is not able to talk to your responsehandler.php
You'll have to check file permissions are 644 or that it is where it is supposed to be.
New Zenner
Quick question..
Is it really worth the heartache of installing this module?
For the second time we've installed it on a clients site and it's not working - is therean update for the 1.4.7 version that needs to be done?
Andy
New Zenner
The Google Analytics option within this module works except for Ecommerce tracking (Only Google Checkout orders get tracked under Ecommerce tracking results).
Is this a limitation with this module, or is there something we are missing? Any workarounds to allow Ecommerce tracking?
New Zenner
after 12 months of no problems at all with google checkout, I have suddenly started to get errors
I checked with the responsehandler_test.php
HTTP/1.1 400 Bad Request
Date: Thu, 21 Jan 2010 09:58:22 GMT
Server: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
X-Powered-By: PHP/5.2.9
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: zenid=7354c902a6a1518b3efa5c7ae637a04e; path=/; domain=www.xxxxxxxxxx.co.uk
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1
Invalid or not supported Message
Nothing has been edited, no settings changed, zencart files havent been touched, and google settings havent been touched
as far as I can tell, the only changes have been whm/cpanel updates, but the message doesnt suggest any problem as such, other than "Invalid or not supported Message"
what the hell does that mean
anyone any ideas?
Totally Zenned
Hi,
I am about to attempt to install the Google Checkout mod for Zen Cart and was reading the README file when I saw this:
'If your site is installed on a PHP CGI you must disable Basic Authentication over PHP.'
According to my host, my site does run PHP as CGI, so what are the implications of doing the above?
Zen Follower
The issue that I have now is that Google Checkout doesn't always charge shipping.
If the Google Checkout button is clicked on the CART page, everything works great.
If the Google Checkout button is clicked on the product page or elsewhere, shipping is not charged.
The checkout button in each case is accessing the same file.
I can't figure this out.
Zen Follower
Google Checkout replied to me saying that the product page is actually sending zero as the shipping price while the CART page is sending the correct shipping price.
Why would the product page send "0" when the CART page is sending the correct price?
Google can't help me with this part.
Totally Zenned
Hi,
It seems that I have successfully installed Google Checkout with one minor issue!
I'm a bit confused as to how you set up the shipping. I went into my Google sandbox account and set up a Price based Table as a Shipping Method under Settings>Shipping Setup. However when I went to make a test order, that did not show up!
Also in my admin, when I come to setting of "Default Values for Real Time Shipping Rates" there is a 'Shipping Generator' link that says my site is asking for UN and PW info and I put that in and it just keeps asking for it... ?????
What am I doing wrong?
Totally Zenned
Can someone point me to the right post, I have been reading for hours cant find it... I have both of the fedex mods installed for overnight and home delivery, it shows the most highest cost first, in my admin and in the store settings it does NOT do this. Any help? Also the low order fee seems to be getting taxed in GC
Hope to get this fixed with the shipping ASAp, i have read where people posted questions never found the answer. thanks
New Zenner
Hey fellow Zenners
I've recently started playing with Google Checkout mod on my 1.3.8a zen-cart. I've also got Ceon's URI Mapping mod installed
I can access http://www.worldofstuff.co.uk/googlecheckout/reponsehandler.php and get a login box as expected.
Problem is 2 fold.
I'm unable to get into /googlecheckout/shipping-generator as it comes up with the login box. I've set the htaccess as per the mod's instructions.
If I add a product and then use the google checkout option I get in Intergration Console error as below:
We encountered an error trying to access your server at https://secure.worldofstuff.co.uk/googlecheckout/responsehandler.php -- the error we got is Sending failed with HTTP response code: 500.
I've got ```
RewriteCond %{REQUEST_URI} !/googlecheckout.* [NC]
Has anyone come across this or know if I can get Google Checkout working with Ceon's URI Mapper?
Many thanks
Natty
New Zenner
Natty:
- I'm unable to get into /googlecheckout/shipping-generator as it comes up with the login box. I've set the htaccess as per the mod's instructions.
I've since removed my .htaccess files as per http://www.zen-cart.com/forum/showthread.php?p=557924 but I'm getting 404 now. I guess its uri mapping related now.
Totally Zenned
Nearly have GC installed and working in the sandbox environment. Just have one simple question regarding the shipping generator file.
I am using the Table option, based on total price in cart. My 3 diff' levels for pricing are $25:5.50,50:6.50 and 98.99:7.50. Everything 99 and above ships for free.
Do I need to 'generate' 3 different shipping files for GC or just one?
Totally Zenned
autoace:
Nearly have GC installed and working in the sandbox environment. Just have one simple question regarding the shipping generator file.
I am using the Table option, based on total price in cart. My 3 diff' levels for pricing are $25:5.50,50:6.50 and 98.99:7.50. Everything 99 and above ships for free.
Do I need to 'generate' 3 different shipping files for GC or just one?
Ok, now I admit it, I am a bit confused when it comes to setting up the shipping methods in GC.
In my GC admin, I set up a shipping table based on price just as I have in my ZC admin using the 'Table' option. Went to do a test order and on shopping cart page, under the GC button 'Error: Shipping Methods not configured
freeoptions (ignored)' shows up and I'm not sure quite what to do :blink:
Any suggestions?
Zen Follower
I can't seem to get any response.
The Google Checkout button used on the Product Page interprets the shipping price as 0 (zero)
The Google Checkout button used on the CART page interprets the shipping price correctly.
I use a per unit perweight method for shipping.
How can I resolve this issue?
Test product page:
http://www.bodykits.net/front-lips/acura/nsx/160450/
CART page:
http://www.bodykits.net/index.php?main_page=shopping_cart
Both pages use the same file for the Google Checkout button.
Banned
hi,
is this payment add-on not being managed/maintained by its developers?
Im doing a site for my brother-in-law and he wants this payment method... but it looks like a dog to work with...
any advice?
New Zenner
Any idea why GC final_price (i.e. Attribute with price added to base price for each) would make it to GC cart/payment page and why it excludes onetime_charges (i.e. Attribute with one time charges added to entire quantity)?
Example:
Product base price: $1
Quantity ordered: 100
Attribute 1: +$0.10 (price each)
Attribute 2: +$20.00 (One time)
ZC cart shows total of: ($1+$0.10) * 100 + $30.00 = $140.00
GC cart shows total of: ($1+$0.10) * 100 = $110.00
New Zenner
This looks like a bug, any developers would like to comment?
Fields marked required must be completed.
Tell staff why this post should be reviewed.
Required for login, security, and core site functionality.
Help us understand how the site is used so we can improve it.
Used for promotion and personalized campaign measurement.