Page 11 of 394 FirstFirst ... 9101112132161111 ... LastLast
Results 101 to 110 of 3932
  1. #101
    Join Date
    Oct 2005
    Location
    Chattanooga
    Posts
    62
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    This is what is says in the read me file. But it is incorrect.

    https://<url-site-url>/admin/googlecheckout/responsehandler.php
    Chances are you do not have the googlecheckout folder under the admin folder, so it will most likely be:
    https://<url-site-url>/store/googlecheckout/responsehandler.php
    or
    https://<url-site-url>/googlecheckout/responsehandler.php


    You logon into google checkout. Click settings tab. Then you will see an Integration in the left. Then drop your url into the API callback URL text area.

  2. #102
    Join Date
    Oct 2005
    Location
    Chattanooga
    Posts
    62
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    Oh yeah, to your second question. I am debugging the code now. I have to take a break and will not get back to it until later, but once I figure out the issue I will let you know.

  3. #103
    Join Date
    Dec 2004
    Posts
    52
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    Hi,

    Just did a test order on the production server and still don't get an order showing in admin. Here's the error from Googles Integration area in my merchant account: (removed customer information)
    =================================================
    We encountered an error trying to access your server at https://www.xxxx.com/googlecheckout/responsehandler.php -- the error we got is: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    -------------------
    XML We Received:

    xml not received.
    -------------------
    XML We Sent:

    <?xml version="1.0" encoding="UTF-8"?>
    <new-order-notification xmlns="http://checkout.google.com/schema/2" serial-number="aa82b284-1ac7-46c6-8ec4-99fb7a2b11c4">
    <timestamp>2006-10-13T22:10:41.810Z</timestamp>
    <google-order-number>204401224105607</google-order-number>
    <shopping-cart>
    <merchant-private-data>


    <session-data>96b374aa3565f4057d6d37f7a4400c7f;zenid</session-data>


    <product-data>;6</product-data>


    </merchant-private-data>
    <items>
    <item>
    <item-name>Product Name Here</item-name>
    <item-description></item-description>
    <unit-price currency="USD">1.0</unit-price>
    <quantity>1</quantity>
    <tax-table-selector></tax-table-selector>
    </item>
    </items>
    </shopping-cart>
    <buyer-shipping-address>
    <email>[email protected]</email>
    <address1>xxxx xxxx Way</address1>
    <address2></address2>
    <company-name></company-name>
    <contact-name>Customer Name</contact-name>
    <phone></phone>
    <fax></fax>
    <country-code>US</country-code>
    <city>Las Vegas</city>
    <region>XX</region>
    <postal-code>XXXXX</postal-code>
    </buyer-shipping-address>
    <buyer-billing-address>
    <email>[email protected]</email>
    <address1>xxx xxxx Way</address1>
    <address2></address2>
    <company-name></company-name>
    <contact-name>Customer Name Here</contact-name>
    <phone></phone>
    <fax></fax>
    <country-code>US</country-code>
    <city>Las Vegas</city>
    <region>NV</region>
    <postal-code>XXXXX</postal-code>
    </buyer-billing-address>
    <buyer-marketing-preferences>
    <email-allowed>true</email-allowed>
    </buyer-marketing-preferences>
    <order-adjustment>
    <merchant-codes />
    <shipping>
    <flat-rate-shipping-adjustment>
    <shipping-name>Standard flat-rate shipping- Table Rate</shipping-name>
    <shipping-cost currency="USD">5.05</shipping-cost>
    </flat-rate-shipping-adjustment>
    </shipping>
    <total-tax currency="USD">0.0</total-tax>
    <adjustment-total currency="USD">5.05</adjustment-total>
    </order-adjustment>
    <order-total currency="USD">6.05</order-total>
    <fulfillment-order-state>NEW</fulfillment-order-state>
    <financial-order-state>REVIEWING</financial-order-state>
    <buyer-id>XXXXXXXXXXX8817</buyer-id>
    </new-order-notification>

  4. #104
    Join Date
    Oct 2005
    Location
    Chattanooga
    Posts
    62
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    misticjeff that means your certificate was not installed correctly. Well, that was the error I was getting for a while. I ended up having to ask google support, and they were able to show me how it was installed incorrectly.

  5. #105
    Join Date
    Oct 2005
    Location
    Chattanooga
    Posts
    62
    Plugin Contributions
    0

    Re: Google Checkout module for Zen Cart released

    I have narrowed the error down to this line

    [ $customer_info = $db->Execute("select customers_id from " .$googlepayment->table_name . " where buyer_id = ". makeSqlString($data[$root]['buyer-id']) );]

    in responsehandler.php.

    The query it is trying to execute is:
    select customers_id from google_checkout where buyer_id = 715670627742896

    I am able to run this from phpmyadmin and it does return a row. That makes me think it is a db connection issue.

  6. #106
    Join Date
    Dec 2004
    Posts
    52
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    Quote Originally Posted by gid View Post
    misticjeff that means your certificate was not installed correctly. Well, that was the error I was getting for a while. I ended up having to ask google support, and they were able to show me how it was installed incorrectly.
    Anyone specific you contacted???

  7. #107
    Join Date
    May 2005
    Location
    Tampa, FL
    Posts
    203
    Plugin Contributions
    1

    Default Re: Google Checkout module for Zen Cart released

    Quote Originally Posted by GlobalVillage View Post
    Actually I think he and Google's code staff are obligated to not only answer questions but to also be proactive in getting the MOD to work correctly with ZenCart. Just because the MOD is "free" should not make it a hardship for those that want to use it.
    First of all, no one to obligated to do anything. You guys should be thanking Jacob and the Google team for there hard work in providing a base for Zencart users that want to use Google checkout. Out of the box, the code does the job. It sends orders to Google and sends you the funds.
    Have you ever try coding anything in Zencart? You can not learn how everything in ZenCart works in one day. Google provided us with the base version. If Zencart users wants to make it more ZenCart friendly, the Zen Cart community will have to contribute. Over time, the module will be updated. If you are unhappy with how it preforms now, don't use it. Wait for a updated version.
    The Lord gave and the Lord has taken away; may the name of the Lord be praised (Job 1:21 NIV)

  8. #108
    Join Date
    May 2005
    Location
    Tampa, FL
    Posts
    203
    Plugin Contributions
    1

    Default Re: Google Checkout module for Zen Cart released

    Quote Originally Posted by gid View Post
    I have narrowed the error down to this line

    [ $customer_info = $db->Execute("select customers_id from " .$googlepayment->table_name . " where buyer_id = ". makeSqlString($data[$root]['buyer-id']) );]
    The code should work fine. It might not be returning anything because google_checkout table is empty.

    gid, i would restart over. It seems that you have been changing codes in responsehander.php.
    This should only be done by experts. It you have an extra comman of extra semi-colon anywhere in the files. It will cause an error. The error will not appear on the screen or error log files. The error can cause the orders to not appear in admin.
    I suggest that you start with a fresh copy of responsehander.php and place a new order again. I have succesfully recieved orders in admin without any modification to the files.

    just to clarify to everyone, the call url should be:
    https://<url-site-url>/googlecheckout/responsehandler.php
    In sandbox, ssl is not required.
    In live mod, ssl is required.
    Last edited by colosports; 14 Oct 2006 at 01:25 AM.
    The Lord gave and the Lord has taken away; may the name of the Lord be praised (Job 1:21 NIV)

  9. #109
    Join Date
    Oct 2005
    Location
    Chattanooga
    Posts
    62
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    Quote Originally Posted by colosports View Post
    The code should work fine. It might not be returning anything because google_checkout table is empty.

    Thanks colosports. Though, like I said in my last comment the google_checkout table is returning a value when I execute the query.

    I have reinstalled the mod from scratch several times. I have even gone as far as deleting all my mods, done a get on the code base and reinstalled.

  10. #110
    Join Date
    Oct 2005
    Location
    Chattanooga
    Posts
    62
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    misticjeff,
    Go to this URL and fill out the form. They got back to me in less than a day. http://base.google.com/support/bin/request.py

 

 
Page 11 of 394 FirstFirst ... 9101112132161111 ... LastLast

Similar Threads

  1. v155 BETA feedback for Responsive-Classic in v155-beta
    By picaflor-azul in forum Addon Templates
    Replies: 51
    Last Post: 5 Mar 2016, 09:14 PM
  2. Google Checkout module support for ZC 1.5.0?
    By Woodymon in forum Addon Payment Modules
    Replies: 2
    Last Post: 21 Jan 2012, 03:18 AM
  3. Google Checkout - is there a module for 1.3.9g?
    By cchan in forum Addon Payment Modules
    Replies: 0
    Last Post: 9 Jan 2011, 05:04 AM
  4. Update Google Checkout Module or Custom Google Checkout?
    By pacificmanagment in forum Addon Payment Modules
    Replies: 1
    Last Post: 24 May 2010, 09:40 AM
  5. Replies: 1
    Last Post: 31 May 2009, 02:06 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR