New Zenner
- Join Date:
- Aug 2006
- Posts:
- 32
- Plugin Contributions:
- 0
Google Checkout module for ZC 1.3.x (beta)
noe google check out works but the orders are not registering with the store.
Views: 1,100,073
New Zenner
noe google check out works but the orders are not registering with the store.
New Zenner
Hello!
when I click "google check out" button on my "shipping cart" page, it doesn't redirect to google check out page! and it get back to my "shipping cart" page again!
Please help!
Totally Zenned
itguru:
noe google check out works but the orders are not registering with the store.
Are you settings set up correctly in Google Checkout?
Are you getting an error of some kind?
Totally Zenned
zfw88788301:
Hello!
when I click "google check out" button on my "shipping cart" page, it doesn't redirect to google check out page! and it get back to my "shipping cart" page again!Please help!
I hope by shipping, you mean shopping.
I'll ask the same question again:
Are your settings set up properly, have you gone through and made sure that you followed the directions.
New Zenner
retched:
I hope by shipping, you mean shopping.
I'll ask the same question again:
Are your settings set up properly, have you gone through and made sure that you followed the directions.
yes! I 'm sure i got the right setting on my googlecheckout! And when I click "google check out" button on my "shopping cart" page, it doesn't redirect to google check out page! and it get back to my "shipping cart" page again! I think it's "googlecheckout/gcheckout.php" wrong! Here is my code:
Please help!
New Zenner
Here is my gcheckout.php! I can't paste the code!
New Zenner
itguru:
noe google check out works but the orders are not registering with the store.
Well this can be caused from google not being able to talk to the response file. You will need to set the directory user/password .htaccess file from the readme.
zfw88788301:
yes! I 'm sure i got the right setting on my googlecheckout! And when I click "google check out" button on my "shopping cart" page, it doesn't redirect to google check out page! and it get back to my "shipping cart" page again! This is caused because GC is 'in the update cart <form> tags for ZC' You need to recheck your placement of the php code for GC.
--
Red Baron
Totally Zenned
itguru:
noe google check out works but the orders are not registering with the store.
Did you add your API callback URL in your google account-googlecheckout settings?
Totally Zenned
I'm trying to get an installation of googlecheckout working again. It was working fine for a few months. The store owner doesn't know what changed.
This is the error in a debug file. This error is a new one to me. Anyone have any ideas?
[19-Jan-2011 17:57:03] PHP Warning: include_once(/home/username/public_html/website.com/includes/languages/english/modules/shipping/2010_usps.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/username/public_html/website.com/googlecheckout/gcheckout.php on line 371
[19-Jan-2011 17:57:03] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening '/home/username/public_html/website.com/includes/languages/english/modules/shipping/2010_usps.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/username/public_html/website.com/googlecheckout/gcheckout.php on line 371
[19-Jan-2011 17:57:03] PHP Fatal error: Class '2010_usps' not found in /home/username/public_html/website.com/googlecheckout/gcheckout.php on line 375
any help would be appreciated. Thanks
Totally Zenned
maybe this is actually a shipping module problem. I'll try in the shipping threads
Zen Follower
I don't see that Zen Cart is listed as a google checkout integration partner:
http://checkout.google.com/seller/integrate_cart.html
Does this download (Version: v1.4.7 Last Updated: Dec 26 2007) work out of the box or do I have to read through 350+ pages to find numerous bug fixes?
Thanks in advance.
New Zenner
zfw88788301:
Here is my gcheckout.php! I can't paste the code!
Redbaron2:
Well this can be caused from google not being able to talk to the response file. You will need to set the directory user/password .htaccess file from the readme.
This is caused because GC is 'in the update cart <form> tags for ZC' You need to recheck your placement of the php code for GC.
Red Baron
Hello!
When I go to google checkout, then go to the section where it says "Tools" and then go to "Integration Console", i saw all the error messages when I tried to integrate google check out to my site.The messages on google says "You must use HTTP Basic Authentication for API calls (username=Seller ID, password=Merchant Key)". and other error message said" We were looking for the parameter buyButtonCart, but we didn't find it in the cart post; check your form fields. " Please help me figure out what wrong with my google Production account! Thank you for your help!
New Zenner
<!-- * BEGIN GOOGLE CHECKOUT * --> <?php // ** GOOGLE CHECKOUT ** include(DIR_WS_MODULES . 'show_google_components.php'); // ** END GOOGLE CHECKOUT ** ?> <!-- * END GOOGLE CHECKOUT * --> <!-- ** BEGIN PAYPAL EXPRESS CHECKOUT ** -->zfw88788301:
... Please help me figure out what wrong with my google Production account! Thank you for your help!
Thank you for the link to your site, and it confirms what I said before. Your customization of your tpl_shopping_cart_default.php
in this file around line 160 you should have```php
These lines of code **must be below** these lines of code```php
<?php
} // show update button
?>
<!--eof shopping cart buttons-->
</form>
<br class="clearBoth" />
The PayPal Express code is self contained and will work reegardless of being inside the ZC checkout <form> tags. The GC code on the other hand isn't as perfected, and must be outside the ZC <form> tags. Your code currently on your shopping cart page.
<-- The ZC <form> tag begins above this -->
<br class="clearBoth" />
<!--bof shopping cart buttons-->
<ul class="margin_t"><img src="includes/templates/lightinthebox/images/button/continue_shop.gif" alt="" width="154" height="19" border="0" class="hand fl" onclick="back(-1)" /><li class="g_t_c" style="padding-left: 380px;"><a href="https://ssl.perfora.net/shopezone.com/index.php?main_page=checkout_shipping_address&zenid=984184f6aa44af93a4676dab8f383925" class="buttonCheakout"></a><br/>
<!-- * BEGIN GOOGLE CHECKOUT * -->
GC code
<!-- ** END GOOGLE CHECKOUT ** -->
<!-- * END GOOGLE CHECKOUT * -->
<!-- ** BEGIN PAYPAL EXPRESS CHECKOUT ** -->
PayPal EC code
<!-- ** END PAYPAL EXPRESS CHECKOUT ** -->
</li>
</ul>
<!--eof shopping cart buttons-->
</form> <-- This here is the end of the ZC <form> tag -->
<hr class="clear"/>
This code should be like this
<br class="clearBoth" />
<!--bof shopping cart buttons-->
<ul class="margin_t"><img src="includes/templates/lightinthebox/images/button/continue_shop.gif" alt="" width="154" height="19" border="0" class="hand fl" onclick="back(-1)" /><li class="g_t_c" style="padding-left: 380px;"><a href="https://ssl.perfora.net/shopezone.com/index.php?main_page=checkout_shipping_address&zenid=984184f6aa44af93a4676dab8f383925" class="buttonCheakout"></a><br/>
</li>
</ul>
<!--eof shopping cart buttons-->
</form>
<hr class="clear"/>
<!-- * BEGIN GOOGLE CHECKOUT * -->
GC code
<!-- ** END GOOGLE CHECKOUT ** -->
<!-- * END GOOGLE CHECKOUT * -->
<!-- ** BEGIN PAYPAL EXPRESS CHECKOUT ** -->
PayPal EC code
<!-- ** END PAYPAL EXPRESS CHECKOUT ** -->
I hope that this helps you out.I would like to know where you got the subscribe sidebox mod?
New Zenner
jacob13moon:
Hi everyone,
This is Jacob from the Google Checkout team.
I'd like to let you know that we just released Google Checkout module for Zen Cart. This module provides Level 2 implementation of Google Checkout with Zen Cart, enabling you to provide Google Checkout to buyers and process orders through your admin UI.
This project is hosted at http://code.google.com/p/google-checkout-zencart where you can find the latest release at any time.
Thanks,
Jacob
I installed google and followed all instruction and for some reason
when I get to checkout_comfirm and start to checkout is just goes back to step 2 and does not go over to google
What is wrong or am i doing something wrong
HEEEEEELP:unsure:
New Zenner
aldog:
I installed google and followed all instruction and for some reason
when I get to checkout_comfirm and start to checkout is just goes back to step 2 and does not go over to google
What is wrong or am i doing something wrong
HEEEEEELP:unsure:
Please refer to post number 3604
New Zenner
<!-- * BEGIN GOOGLE CHECKOUT * --> <?php // ** GOOGLE CHECKOUT ** include(DIR_WS_MODULES . 'show_google_components.php'); // ** END GOOGLE CHECKOUT ** ?> <!-- * END GOOGLE CHECKOUT * --> <!-- ** BEGIN PAYPAL EXPRESS CHECKOUT ** -->Redbaron2:
Thank you for the link to your site, and it confirms what I said before. Your customization of your tpl_shopping_cart_default.php
in this file around line 160 you should have```php
> These lines of code **must be below** these lines of code```php
<?php
} // show update button
?>
<!--eof shopping cart buttons-->
</form>
<br class="clearBoth" />
The PayPal Express code is self contained and will work reegardless of being inside the ZC checkout <form> tags. The GC code on the other hand isn't as perfected, and must be outside the ZC <form> tags. Your code currently on your shopping cart page.
<-- The ZC <form> tag begins above this -->
<br class="clearBoth" />
GC code
<!-- ** END GOOGLE CHECKOUT ** --> <!-- * END GOOGLE CHECKOUT * --> <!-- ** BEGIN PAYPAL EXPRESS CHECKOUT ** -->PayPal EC code
<!-- ** END PAYPAL EXPRESS CHECKOUT ** --> </li> </ul> <!--eof shopping cart buttons--> </form> <-- This here is the end of the ZC <form> tag --> <hr class="clear"/> ``` > This code should be like this > ```html <br class="clearBoth" /> <!--bof shopping cart buttons--> <ul class="margin_t"><img src="includes/templates/lightinthebox/images/button/continue_shop.gif" alt="" width="154" height="19" border="0" class="hand fl" onclick="back(-1)" /><li class="g_t_c" style="padding-left: 380px;"><a href="https://ssl.perfora.net/shopezone.com/index.php?main_page=checkout_shipping_address&zenid=984184f6aa44af93a4676dab8f383925" class="buttonCheakout"></a><br/> </li> </ul> <!--eof shopping cart buttons--> </form> <hr class="clear"/> <!-- * BEGIN GOOGLE CHECKOUT * -->GC code
<!-- ** END GOOGLE CHECKOUT ** --> <!-- * END GOOGLE CHECKOUT * --> <!-- ** BEGIN PAYPAL EXPRESS CHECKOUT ** -->PayPal EC code
<!-- ** END PAYPAL EXPRESS CHECKOUT ** -->> I hope that this helps you out.I would like to know where you got the subscribe sidebox mod?
Hello!Red Baron, Thank you for your help! your method work well on my site now it works very well! Thanks! and i got my subscribe sidebox mod from here:
<http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=106>
New Zenner
bobpol:
I have never come across a more difficult add on that the Google checkout one. I have followed the instructions as best as possible given that they are not written for those of us who are not master programmers, ( I usually get by without too much difficulty).
I have told the Google checkout system that I do not want to use it's own shipping rates and that I want to use my own using the shipping addons that I have installed...
I'm agreeing with and having the same problems as this guy! Why is this thing so hard to get working? Maybe someone can rework the install instructions for people like up who don't have a degree in programming.
Anyway I've installed all the items in their correct places with folders named correctly and did the installation where I transfer files via .ftp (didn't edit anything). What I get is a google checkout button I don't want (I want that gone!). I want you to go through my shopping cart and at the end where you select the payment method, I want you to select "Google Checkout" then have it charge you for what you ordered off my site with correct shipping and tax but it's not working that way. I have no "google checkout" in the list of payment options. Only the Google Checkout button I DON'T WANT on my site since it uses different shipping calculations. Any hint where to start to get this thing working right?
Also note when I test in Sandbox mode even if I use the button I want gone, it takes me through google checkout but jams up saying no shipping method selected even though I have shipping methods set up on GC. This thing just won't work no matter how I adjust it and I'm going crazy trying to read all the posts to try and figure it out!
New Zenner
Ok after getting some sleep I quit using the Sandbox and turned on GC for production and now I can click the GC button (something I don't really want people to do) then it will go to GC and let you pick shipping and give you a total (that wouldn't work in Sandbox). The problem now is I think have the settings set right in GC on Google and they're set to use only Priority shipping. I did that by selecting "create a new method" then selecting all settings so only Priority is selected. The problem is it's giving me about 15 shipping methods including UPS, FedEx and all kinds of postal methods I don't use. I'm going to search other threads when I get some time a little later and see if I can figure out how to fix this but in the mean time if anyone has a tip or suggestion where to look now, that would be appreciated!
New Zenner
OnlySeaDoo:
Ok after getting some sleep I quit using the Sandbox and turned on GC for production and now I can click the GC button (something I don't really want people to do) then it will go to GC and let you pick shipping and give you a total (that wouldn't work in Sandbox). The problem now is I think have the settings set right in GC on Google and they're set to use only Priority shipping. I did that by selecting "create a new method" then selecting all settings so only Priority is selected. The problem is it's giving me about 15 shipping methods including UPS, FedEx and all kinds of postal methods I don't use. I'm going to search other threads when I get some time a little later and see if I can figure out how to fix this but in the mean time if anyone has a tip or suggestion where to look now, that would be appreciated!
Red Baron
New Zenner
What a relief to see that I am not that dumb, it looks like nobody's having much luck with this module. I've been struggling to get it working for the last few days but here's something I just realized - it may not be what I am looking for :)
If somebody could please clarify this for me... I was under impression that "Level 2" means seamless integration, just like with a payment gateway. Meaning - a customer would enter their CC info on my site and ZC would pass it to GC and get a response which would display "Success" on the final page. Is this the case or will the customer be actually taken to Google Checkout to enter their billing info?
Thank you!
Tell staff why this post should be reviewed.