Well that was an hour well spent. Question how do I delete gc from the database do I just delete it through phpmyadmin ???
Printable View
Well that was an hour well spent. Question how do I delete gc from the database do I just delete it through phpmyadmin ???
You'll have to take a look at the install SQL (I assume that there is no uninstall SQL??) Some authors include statements in their SQL to remove the mod from the DB before installing it.. IF Google Checkout includes these kinds of statements in their SQL, you can grab just that part of the script and run it via the SQL Admin in Zen Cart..
Hi there;
New to Zen and Google Checkout here.
I've installed the module with no problem but I can't seem to
figure out how to set up flat rate shipping as well as international.
I've read the article in Google Checkout Merchant but got totally confused.
Could someone be so kind as to walk me through the steps of setting this up please?
Oh, I'm running 1.5v
Thanks in advance,
Karen
Yea! I fixed this issue!!! Thanks so much for your help - it looks like there was a problem with my Googlecheckout orders php file!! I just copied a new version over with file zilla and voila...fixed problem. Now I can get in to my orders through my admin. Strangely, the only orders that actually show up are my orders place with the PayPal Express checkout. I understand why the Checkout with Amazon doesn't but not sure why my Google checkout orders do not show up? Any suggestions? Thanks again !! I really appreciate your helping me so quick today!
Hi All,
I am very conscious that haven't been able to flood as much time in recently as other work has been manic.
If anybody has any new feature requests/bugs please can you report them here for me: https://github.com/mattclements/Goog...Zencart/issues
Cheers,
Matt
Matt,
In production, GC does not seem to work as a stand longer payment processor. There are no errors on my GC site I just keep getting we ship to this region. Any clues why?
ok at wits end,,what an infuriating module to upload and get working.
Zen cart version 1.5 and i have uploaded the latest version of google checkout for 1.5.
all files uploaded and everything is good apart from the one thing... Orders are going through in google but no sign of any order in zen cart admin.
i have setup the htaccess ect
in google iam using xml and version 2.2 of google api..
Sequence of events
when in the cart and i goto google checkout with one item in the cart i get to the google checkout screen no problem... this is were the first error arises in google integration console
**Error parsing XML; message from parser is: Content is not allowed in prolog.**
the xml that is recieved is the following ** A file permissions error has occurred. Please check the permissions on the script and the directory it is in and try again.**
the xml that was sent is the following
<?xml version="1.0" encoding="UTF-8"?>
<merchant-calculation-callback xmlns="http://checkout.google.com/schema/2" serial-number="db0ec183-e62c-4b9d-bb1c-24489971d425">
<shopping-cart>
<merchant-private-data>
<session-data>sctav6j2p4st4dn9t4jlljlo72;zenid</session-data>
<ip-address>91.125.103.155</ip-address>
</merchant-private-data>
<items>
<item>
<item-weight value="0.0" unit="LB" />
<item-name>babydoll 0002</item-name>
<item-description></item-description>
<unit-price currency="GBP">11.99</unit-price>
<quantity>1</quantity>
<merchant-item-id>86</merchant-item-id>
<merchant-private-item-data>
<item>YToxNjp7czozOiJxdHkiO2k6MTtzOjQ6Im5hbWUiO3M6MTM6ImJhYnlkb2xsIDAwMDIiO3M6NT oibW9kZWwiO3M6MDoiIjtzOjM6InRheCI7aTowO3M6MTA6InRheF9ncm91cHMiO2E6MTp7aTowO3M6OT oiU2FsZXMgVGF4Ijt9czoxNToidGF4X2Rlc2NyaXB0aW9uIjtzOjk6IlNhbGVzIFRheCI7czo1OiJwcm ljZSI7czo3OiIxMS45OTAwIjtzOjExOiJmaW5hbF9wcmljZSI7ZDoxMS45OTAwMDAwMDAwMDAwMDAyMT MxNjI4MjA3MjgwMzAwNTU3NjEzMzcyODAyNzM0Mzc1O3M6MTU6Im9uZXRpbWVfY2hhcmdlcyI7aTowO3 M6Njoid2VpZ2h0IjtpOjA7czoyODoicHJvZHVjdHNfcHJpY2VkX2J5X2F0dHJpYnV0ZSI7czoxOiIwIj tzOjE1OiJwcm9kdWN0X2lzX2ZyZWUiO3M6MToiMCI7czoyMjoicHJvZHVjdHNfZGlzY291bnRfdHlwZS I7czoxOiIwIjtzOjI3OiJwcm9kdWN0c19kaXNjb3VudF90eXBlX2Zyb20iO3M6MToiMCI7czoyOiJpZC I7aTo4NjtzOjg6InJvd0NsYXNzIjtzOjc6InJvd0V2ZW4iO30=</item>
</merchant-private-item-data>
</item>
</items>
</shopping-cart>
<buyer-id>606173893247309</buyer-id>
<calculate>
<addresses>
<anonymous-address id="842158818691393">
<country-code>GB</country-code>
<city>castlewellan</city>
<region>DOWN</region>
<postal-code>BT31 9LR</postal-code>
</anonymous-address>
</addresses>
<shipping>
<method name="Zones: Zones Rates" />
<method name="Flat Rate: Flat Rate Per Order" />
</shipping>
<tax>false</tax>
<merchant-code-strings />
</calculate>
<buyer-language>English</buyer-language>
</merchant-calculation-callback>
Iam in sandbox with this and i want to get it fully working before i attempt production.. Trouble is i can get orders to go through in sandbox and production but i cannot get google to send the info back to the zen cart admin.
Please anyone have an idea ?
So we are experiencing 2 problems:
1. International Shipments will only display international priority and no international first class, even though I can see in the log our cart tells google to display it.
2. Coupons that are expired are still usable with google checkout.
we are running 1.3.8a and the latest version of this module.
This is the snipit my cart sends to google
Only priority showsCode:<shipping>
<method name="USPS: Priority Mail International (6 - 10 days)" />
<method name="USPS: First-Class Mail International" />
</shipping>
Any international order also has this error in googles log
Your server returned no data in its response; Checkout requires data of type merchant-calculation-results in response to merchant-calculation-callback
Yet there is data in the xml and the order processes. It is as if it does not recognize <method name="USPS: First-Class Mail International" />
Below is the full log. Any sensitive info I have noted as #REMOVED#
<?xml version="1.0" encoding="UTF-8"?>
<merchant-calculation-callback xmlns="http://checkout.google.com/schema/2" serial-number="#REMOVED#">
<shopping-cart>
<merchant-private-data>
<session-data>#REMOVED#</session-data>
<ip-address>#REMOVED#</ip-address>
</merchant-private-data>
<items>
<item>
<item-weight value="0.5" unit="LB" />
<tax-table-selector>Taxable Goods</tax-table-selector>
<item-name>Samsung Galaxy Nexus Screen Protector</item-name>
<item-description>[:- Screen] </item-description>
<unit-price currency="USD">13.455</unit-price>
<quantity>1</quantity>
<merchant-item-id>#REMOVED#</merchant-item-id>
<merchant-private-item-data>
<item>#REMOVED#</item>
</merchant-private-item-data>
</item>
<item>
<item-weight value="0.1" unit="LB" />
<tax-table-selector>Taxable Goods</tax-table-selector>
<item-name>Replacement</item-name>
<item-description></item-description>
<unit-price currency="USD">0.01</unit-price>
<quantity>1</quantity>
<merchant-item-id>285</merchant-item-id>
<merchant-private-item-data>#REMOVED#
</merchant-private-item-data>
</item>
</items>
</shopping-cart>
<buyer-id>#REMOVED#</buyer-id>
<calculate>
<addresses>
<anonymous-address id="#REMOVED#">
<country-code>BE</country-code>
<city>Eugies</city>
<region></region>
<postal-code>7080</postal-code>
</anonymous-address>
</addresses>
<shipping>
<method name="USPS: Priority Mail International (6 - 10 days)" />
<method name="USPS: First-Class Mail International" />
</shipping>
<tax>false</tax>
<merchant-code-strings />
</calculate>
<buyer-language>French</buyer-language>
</merchant-calculation-callback>
wow....almost 400 pages on this post.
can someone help me with my problem?
Im getting this message for my google checkout: GC is set to use SANDBOX. Order will be processed but NOT charged.
i know someone said to ftp the installation file to a certain folder, i did that, but still no luck...
please help!!!!!!
If you are ready to go live with Google Checkout, go to your admin section, click on modules then payment.
Find the GC module and click edit - change mode from sandbox to https://checkout.google.com/ - you will then be live
with GC.
Why does it still work fine for paypal? We ship international first class packages every day
Hi All,
I am new to zencart. I am trying to configure google checkout on my website. When I try to checkout, it loops through the process. When I press the button "confirm order", it goes back to step 1 of checkout.
In GC, I have given the following API Callback URL:
http://ukdiscountshop.com/googlechec...nsehandler.php
Could someone help me with this please?
Thanks,
ZK
Further to my earlier message, I have configured my paypal account on my website. Now if I select paypal as the payment method on checkout, the customer is directed to paypal payment page.
But Google Checkout is still not responding. Any ideas?
Not impressed with this forum. Nobody here bothers to reply. :(
It's not the forum. Google checkout has been problematic for years with no support from Google at all It’s been left to forum members to try and get a workable mod, Matt took over a while back and did solve most of the issues but I think his own business has had to come first so he’s not been round much. On a personal note I did try to get it working and matt helped a lot but I gave up in the end and besides why should we support a payment method that apparently offers no help or support to either it’s users or developers willing to create a workable mod. I get the impression google arn't interested in helping open source carts like Zen so s*d them there loss. stick to paypal most people know and trust them and it's well supported here,
Thanks for your reply. Actually my focus market is Pakistan where paypal does not work but Google Checkout works. Other options are cash on delivery or payments into bank account but many customers want to pay online using debit/credit cards. I am not sure at this stage about what to do.
Well if no one replies, then it means that no one has an answer.. Sometimes that is the simple answer.. Now if this support thread for this ONE add-on is the sum total of what you base your impression of this forum on, then you are probably acting in haste..
And to add to this, the LACK of support on Google's part for this add-on has been well documented in this support thread.. Suggest khanz search this thread if he needs details on this.. Bottomline is this, when it comes to open-source software if there is an add-on that has no active maintainer, and changes/fixes are required by a shopowner, then shopowners need to consider investing in a developer's services to get things working as they wish..
Hi, I have installed on 1.3.9 everything seems ok except when a customer is logged into there account the google checkout option is not displaying, any idea what I could have done wrong? I havve a lot of other mods so I chose option b for the manual installation. I have went back over my work but cant seem tto fine the problem.
Works great iff the customer wants to use the quick checkout without loggging in but once logged in I cant get it to shoow in the payment options. Any ideas would be greatly appreciated.
Hi, I have installed on 1.3.9 everything seems ok except when a customer is logged into there account the google checkout option is not displaying, any idea what I could have done wrong? I havve a lot of other mods so I chose option b for the manual installation. I have went back over my work but cant seem tto fine the problem.
Works great iff the customer wants to use the quick checkout without loggging in but once logged in I cant get it to shoow in the payment options. Any ideas would be greatly appreciated.
All,
Very sorry for not responding sooner. Not sure if the Mod's are able to sticky my particular post or whether this will just disappear soon.
Please report any issues/ideas to: https://github.com/mattclements/Goog...Zencart/issues
Alternatively if you are having issues setting up/configure please email me: [email protected]
As unfortunately my work commitments don't allow me to visit the site as often as I would like, but I pickup my emails and respond quickly.
I have installed Google Checkout on My Zencart v1.5 but Google checkout is not taking my Zone rate Shipping charges, Instead it is showing all the USPS, USP, and Fedex shipping rates which I do not want to be there, I just want google checkout to take my Zone Rate Shipping Charges, If I turn off the Carrier Calculated Shipping Method, Google Checkout start showing $1 as Shipping charges.
how to fix that error?
This thread is convuluded conveluded? convalueded I mean there is so much information in it that doesnt apply to the current google checkout mod, and anyone reading the initial post would get the impression that the lastest google check out mod doesnt even work with google. Why the big red letters anyway? What information in this thread applies to 1.5 and what applies to 1.3, and could we fill it with any more random un answered questions by people who are trying to get thier sites up?
Reading the thread and you would know that the big red letters mean just they say. They are red so they are hard to miss.. If you read through this thread you would know that Google doesn't support their checkout mod for Zen Cart anymore.. Jacob from Google bailed LONG ago and the community has been on it's own to pick up the pieces..
As for unanswered questions.. This is a forum manned by VOLUNTEERS. So when a volunteer reads this thread and has an answer, they will post a response.. If not then they won't.. Since Google ABANDONED support for Zen Cart, a community member VOLUNTEERED to update this mod for Zen Cart v1.5. He is busy and can't always be here on the forum to support, but that is the nature of open source. If you feel that a Google Checkout for Zen Cart v1.5 thread is in order, then by all means you could certainly start one and start directing folks to post their Google Checkout with Zen Cart v1.5 questions..
first off, I don't have time to read a almost 400page thread, and I always thought starting sticky threads was a mods job... When you say google doesnt support it, that makes me think that the code for the mod doesn't work with google anymore. I find it ironic that google links to litecommerce as a integration partner, and I couldn't find any information on thier sites about google checkout, which is why I am trying zen again. magento was too bulky and its storage engine wasn't compatible with my server, opencart has more bugs than ... Worst problem I have found with zen so far is the forum is messy.
You may not have time to read a 400 page thread, but this forum is the BEST source of information for mods and such, and I don't see another option being offered anytime soon.. So from time to time you may need to roll up your sleeves.. and when I say Google doesn't support it itmeans just that.. Google will provide NO ASSISTANCE if the Zen Cart mod for Google checkout doesn't work.. and if you take a glance through the support thread you will see that there are issues with this mod.. So no.. it doesn't work with Google anymore consistently.. Matt updated it to work with Zen Cart v1.5, but he is busy and can't always come to this forum to help folks with issues.. That's kinda how open source software works when it comes to free programs and mods.. Doesn't mean it can't work.. it just means that there is no active/regular maintainer for this mod and in order to use this mod you may need to enlist the support of an outside developer to correct the issues it may have..
Using 1.5 and this module works for me. I have a very basic store with not many mods/plug-ins; perhaps this mod gets temperamental with so much extra coding?
Missed this part.. Quite a few of the sticky threads were NOT started by mods, but by community members.. The admins have made them sticky threads because they felt they were worthy of becoming sticky threads.. OR they were made sticky threads at the request of the community member.. Either way, when it makes sense, ANYONE can start a new support thread for a mod.. If you think it makes sense to do so for the Zen Cart v1.5 version of this mod, there's no reason why you couldn't simply create a new support thread and direct folks to post there..
I installed a googlecheckout payment moudle in my website and I set it in admin page, But when i click the googlecheckout button on shopping cart page, it doesn't work,it also retuens shopping cart page ! and then I click the continue checkout button to choose googlecheckout payment method! but it doesn't show in there,I want to know what's wrong with this payment moudle? I search much answer in google, but it can't solve my trouble
This is my site: dscardes.com
All: This thread is now closed; please follow this thread:
http://www.zen-cart.com/showthread.p...-1-5-amp-1-3-X
for Google Checkout issues.