OK, spent an hour this morn with the latest SVN and got my USPS shipping calulations and sales tax working! wo-hoooo!!!!
Perhaps this may help some out there:
0. backup mysql table configuration
1. modules->payment->google checkout->remove
2. delete all google checkout configuration keys in table "configuration" :
delete from configuration where configuration_key like "%GOOGLE_CHECKOUT%";
3. upload new SVN files
4. modules->payment->google checkout->install
Also in latest SVN release, comment out line 538 in gcheckout.php:
change this:
<?
print_r($gcheck->getXml());
?>
to:
<?
// print_r($gcheck->getXml());
?>
spf -
The R38 code under Trunk is what I'm talking about. You have the right place.
This version still seems to have problems, at least for me.
Reichard, in the post above, solved one of them I didn't mention: XML code appearing at the bottom of the page under the GCO button. My guess is that the Print XML statement was used for troubleshooting and didn't get commented out again the last time.
I get the impression from ropu's post that he still has work to do and that this version is still very much beta.
Tried to do install as suggested by reichard. Same results as indicated in quote. Actual error message during setup of GCO module in admin is:
Warning: Invalid argument supplied for foreach() in /public_html/admin/includes/functions/extra_functions/added_function_for_google_checkout.php on line 267
Chain Man,
I rechecked my install and I have the base gc1.05 +SVN. I had problems last week with GC1.05 which precipitated a ground-up reinstall (delete everything). I had my admin directory renamed to xxxadminxxx (as per security FAQ), but somewhere the admin directory with files came back.
perhaps you're having a similar issue?
reichard -
I ran into the problem with the renamed admin folder a while back and altered the gcheckout.php file accordingly. The problems I have had with 1.05 are still there. It's not a big deal, so far, as I am only missing having USPS calcs for GCO. And that's only the best shipping option for for my international customers. Table rate, as available in 1.04, is still the best option for most of my buyers.
hello
i install this addon, but not apear google checkout when purchase a product.
i also use Direct Bank Deposit , Check/Money Order and Paypal IPN with this google checkout module.
i use zencart1.36 and google checkout modul "google-checkout-zencart-v1.0.4r"
help me what is this problem?
That did the trick. Now the shipping shows up on GCO's pages. Now doesn't the sandbox respond back to put an order in the zencart admin?
Pete
Bookmarks