Re: Google Checkout module for Zen Cart 1.3.x (beta)
I have installed google checkout for my zen cart 1.3.9h. Everything seems to be working fine except that when someone add products to its cart the shipping only shows $1. I have GoogleCheckout Carrier Calculated Shipping FALSE. I am using Zone rate shipping calculation based on weight.
How can I get google to get the shipping rates from zen cart just like paypal gets. I tried to read too many threads/posts but so far can not get any clear response. Any suggestion will be helpful. THANKS
Re: Google Checkout module for Zen Cart 1.3.x (beta)
My submit button disappeared. I am running, Zen Cart 1.3.9h and Googlecheckout 1.4.7.
So i find a item, i click on add to cart the next screen is missing the googlecheckout button. When i view source the last thing i see is
<!-- * BEGIN GOOGLE CHECKOUT * -->
and then nothing else.
Anyhelp is appreciated. The site im referencing is celluradio.com/shop
Re: Google Checkout module for Zen Cart 1.3.x (beta)
so am i right in thinking we cant use a mod to use google checkout?
Re: Google Checkout module for Zen Cart 1.3.x (beta)
I want to open my merchant account in US I know it is outside from my domicile country. So, I want to hire one agent who provides me proper knowledge about merchant account
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Hi everyone, I recently moved zencart from one host to another and Google Checkout stopped working for me. I can actually still place an order, it is received by Google Checkout, I can see it there and deal with it, I even see in my logs the message_response log shows all the activity but the order never appears in my admin UI. I can't find any errors anywhere - what could i be missing, how could changing hosts prevent the order from getting to my orders db?
BTW - I have other payments methods, they remain working, it is just GOogle checkout that stopped. I believe google checkout doesn't place the order in Zencart until after Google Checkout processes it in the response-handler, is this correct?
Thanks!
Re: Google Checkout module for Zen Cart 1.3.x (beta)
swerb,
I have exactly the same problem, GC was working perfectly for over two years, then on the morning of 31st Oct, it stopped adding orders into the database, the orders are luckily in the GC system, but no record of them in ZenCart..
I checked mechant id, key, sandbox id, key, i checked no server permissions have been changed, checked all the files exist.
everything looks great, but it isn't saving to the database..
Anyone any ideas
Re: Google Checkout module for Zen Cart 1.3.x (beta)
There appears to be a bug in the current version of the GC plugin which occurs when there are multiple countries set up in Zencart resulting in VAT details for the first country in the list being omitted from the data sent to Google.
The error is located around line 685 in googlecheckout/gcheckout.php where the line
$tax_result->MoveNext();
should appear at the end of the loop - around line 700 - to move onto the next data row rather than at the beginning where it results in the first data row being skipped.
The missing VAT data means Google doesn't add VAT to the order in the checkout. It just displays the line "(includes VAT £0.00)"
I hope this helps others. It's taken several me days to track this down!
Re: Google Checkout module for Zen Cart 1.3.x (beta)
I'm using v1.3.9h, I have SSL
In trying to processes an order with google I get
Quote:
Oops! We were unable to process your request
It gives me this in sandbox also.
My debug log gives me 2 logs each time -
Quote:
PHP Warning: Invalid argument supplied for foreach() in /home/www/phryz.com/googlecheckout/gcheckout.php on line 616
This line is my shipping_methods.php area. The only shipping I have set up is USPS and freeshipping, the page is set-
Code:
<?php
/*
**GOOGLE CHECKOUT ** v1.4.7
* @version $Id: shipping_methods.php 5852 2007-12-14 14:58:57Z ropu $
*
*/
// this are all the available methods for each shipping provider,
// see that you must set flat methods too!
// CONSTRAINT: Method's names MUST be UNIQUE
// Script to create new shipping methods
// http://demo.globant.com/~brovagnati/tools -> Shipping Method Generator
$mc_shipping_methods = array(
'usps' => array(
'domestic_types' =>
array(
'FIRST CLASS' => 'First-Class Mail',
'PRIORITY' => 'Priority Mail',
'PARCEL' => 'Parcel Post',
),
'international_types' =>
array(
'Priority Mail International' => 'Priority Mail International (6 - 10 days)',
'First-Class Mail International' => 'First-Class Mail International',
),
),
'freeshipper' => array(
'domestic_types' =>
array(
'freeshipper' => 'Free Shipper'
),
'international_types' =>
array(
'freeshipper' => 'Free Shipper intl'
),
),
'perweightunit' => array(
'domestic_types' =>
array(
'perweightunit' => 'Perweight Unit'
),
'international_types' =>
array(
'perweightunit' => 'Perweight Unit intl'
),
),
'itemnational' => array(
'domestic_types' =>
array(
'itemnational' => 'Item National',
),
'international_types' =>
array(
),
),
'iteminternational' => array(
'domestic_types' =>
array(
),
'international_types' =>
array(
'iteminternational' => 'Item International',
),
),
);
$mc_shipping_methods_names = array(
'usps' => 'USPS',
'freeshipper' => 'Free Shipper',
'perweightunit' => 'Perweight Unit',
'itemnational' => 'Per Item National',
'iteminternational' => 'Per Item International',
);
?>
I don't know what else to check, paypal works fine.
Dan
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Anyone get the email from Google about the change from Google CheckOut to Google Wallet????
Should I be paranoid? :censored:
Just when I got it working 100% I think they are doing away with the functionality?
Thinking of doing away with Google CheckO-... Errr. I mean Wallet totally.
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Quote:
Originally Posted by
kevinoneil68
Anyone get the email from Google about the change from Google CheckOut to Google Wallet????
Should I be paranoid? :censored:
Just when I got it working 100% I think they are doing away with the functionality?
Thinking of doing away with Google CheckO-... Errr. I mean Wallet totally.
Wondering the same thing :lamo: