Thank you, Woody. I solved all the problems except that I still see 2 express checkout (PP & GCO) on the step 2 of 3. Could you tell me how to not show these options in the page step 2 of 3.
Printable View
In the ZC1.3.7 tpl_checkout_payment_default.php, you need to skip the radio button for GCO after line 134:
For Paypal it should be fine because the radio button would represent the traditional (non-express) paypal payment. On the other hand, GCO does not have a non-express mode so it will need to be excluded from this page.PHP Code:
<?php
$radio_buttons = 0;
for ($i=0, $n=sizeof($selection); $i<$n; $i++) {
// ** GOOGLE CHECKOUT **
if($selection[$i]['id'] == "googlecheckout")
continue;
// ** END GOOGLE CHECKOUT **
?>
Hi everybody,
thank you all of your help. This is the last issue i THINK.
ZC137 + GCO104
I moved fast to the testing GCO now but received 2 errors from https://sandbox.google.com/checkout
1) bad signature on cart
<?xml version="1.0" encoding="UTF-8"?>
<error xmlns="http://checkout.google.com/schema/2" serial-number="824fd998-b770-42fe-905a-edfffa028e9e">
<error-message>Bad Signature on Cart</error-message>
</error>
2) the http get method is invalid to use for sending requests.
<?xml version="1.0" encoding="UTF-8"?>
<error xmlns="http://checkout.google.com/schema/2" serial-number="eeb470d3-6a0d-493d-97c0-9165b2d75234">
<error-message>The Http Get method is invalid to use for sending requests.</error-message>
</error>
I did setup 2 accounts for seller and buyer and activated them for test.
Callback method: name/value pairs; shopping cart type: allow shopping cart with name/value pairs to be sent to google.
Please give me help. Thank you in advance.
http://fastener-outlet.com
Just thought I would check back in here today.
I hope the file I posted isn't causing more problems for people.
It looks like it doesn't help most people, but those are changes that had to be made to our file to get it to work as it should and it's working for us, so who knows :)
Some short feedback ..... installed GCO approx 3 weeks ago ..various hiccups with shipping rates but finally arrived at a Zencart 1.3.6 + GCO 1.5 working pretty well
As of today, I am receiving approx 40+ % of my sales as GCO sales, and will save more than $10k this year on card processing fees. Since migrating to ZC + GCO im amazed at how many people prefer to pay with GCO ... wonderful ....keep up the good work to all the folks who's suggestions here helped me to get to this situation.
small pointer : after long discussion with Godaddy , it seems that their $19.95 123 SSL certs DO work with GCO if the full ca-bundle is installed.
Thanks !!
Wishlist suggestion to the GC for ZC mod developers-
Would it be possible to emulate the code employed by the new PayPal Express for ZC mod, to support "downloads" in Google Checkout. That is, send an email to the customer (purchasing the download) containing their shop account login credentials which they can then use to download the files they just purchased? I assume the account name and password are auto-generated by PayPal Express mod?
Please say yes to this idea ;-)
Woody
with ZC1.3.7 and GC 1.0.4, tax is always zero, and, USPS shipping is not working. If I use a differend payment method, the shipping and tax is correct in all cases.
I've deleted and reinstalled GC 1.0.4 to no avail. I have no other mods and not sure what might be wrong.
ideas?