Page 72 of 394 FirstFirst ... 2262707172737482122172 ... LastLast
Results 711 to 720 of 3932
  1. #711
    Join Date
    Jun 2006
    Posts
    21
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    Quote Originally Posted by mpayson View Post
    I'm still having this problem, but I have a bit more info now...


    What I just discovered is that I only get this message when I load the page via my my shared host URL (ie: https://myhost.com/~mydomain/store/). If I load it by my URL directly, it returns no errors. Unfortuanely, GCO doesn't like my SSL cert, so I have to use my hosts shared cert. I do know that that cert is valid, since I'm currently using it with the Graith GCO module.

    Any thoughts?
    Thanks!
    Any thoughts on this at all? I'd appreciate any help or suggestions anyone can offer... (see Here for complete details).

  2. #712
    Join Date
    Apr 2006
    Posts
    242
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    With google checkout can you sell downloaded Products? I mean will it work, and send the customer back to download there product.

  3. #713
    Join Date
    Feb 2007
    Posts
    3
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    This is a response on the problem with people's Google Checkout Images NOT appearing when they select sandbox mode:

    1) You MUST sign up for a customer and merchant account on sandbox, here:
    [FONT=monospace]
    http://sandbox.google.com/checkout/sell/

    ----------------------------------------------------------
    2) If you have NOT ran the install script for googlecheckout:

    To fix your button, you must change in line 200 in your includes\modules\payment\googlecheckout.php

    everywhere it says "https://sandbox.google.com/" change this to "https://sandbox.google.com/checkout/"

    ----------------------------------------------------------

    3) If you HAVE ran the install script for googlecheckout, you must modify your MySQL database.

    Go to PHPmyadmin for your SQL database, select your zencart database (mine is called "_zc1").

    Scroll down to zen_configuration and click it.

    click SQL tab, then put the following into the form and click go:

    [/FONT]UPDATE `zen_configuration` SET `configuration_value` = 'https://sandbox.google.com/checkout/' WHERE `zen_configuration`.`configuration_value`="https://sandbox.google.com/" LIMIT 1 ;

    and if that succeed's, proceed with:

    UPDATE `zen_configuration` SET `set_function` = 'zen_cfg_select_option(array(''https://sandbox.google.com/checkout/'', ''https://checkout.google.com/''),' WHERE `zen_configuration`.`configuration_value`="https://sandbox.google.com/checkout/" LIMIT 1 ;

    Your sandbox image and link is now fixed.

    Anticide

  4. #714
    Join Date
    Aug 2005
    Posts
    34
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    Quote Originally Posted by anticide View Post
    This is a response on the problem with people's Google Checkout Images NOT appearing when they select sandbox mode:

    1) You MUST sign up for a customer and merchant account on sandbox, here:
    [FONT=monospace]
    http://sandbox.google.com/checkout/sell/

    ----------------------------------------------------------
    2) If you have NOT ran the install script for googlecheckout:

    To fix your button, you must change in line 200 in your includes\modules\payment\googlecheckout.php

    everywhere it says "https://sandbox.google.com/" change this to "https://sandbox.google.com/checkout/"

    ----------------------------------------------------------

    3) If you HAVE ran the install script for googlecheckout, you must modify your MySQL database.

    Go to PHPmyadmin for your SQL database, select your zencart database (mine is called "_zc1").

    Scroll down to zen_configuration and click it.

    click SQL tab, then put the following into the form and click go:

    [/FONT]UPDATE `zen_configuration` SET `configuration_value` = 'https://sandbox.google.com/checkout/' WHERE `zen_configuration`.`configuration_value`="https://sandbox.google.com/" LIMIT 1 ;

    and if that succeed's, proceed with:

    UPDATE `zen_configuration` SET `set_function` = 'zen_cfg_select_option(array(''https://sandbox.google.com/checkout/'', ''https://checkout.google.com/''),' WHERE `zen_configuration`.`configuration_value`="https://sandbox.google.com/checkout/" LIMIT 1 ;

    Your sandbox image and link is now fixed.

    Anticide
    I already manually did your number 2 but had the same problem. I just tried your number 3, and for each step it says rows affected 0. Same problem. I guess I'll just wait for an update, unless anyone else has a fix?

  5. #715
    Join Date
    Oct 2006
    Location
    argentina
    Posts
    243
    Plugin Contributions
    1

    Idea or Suggestion Google Checkout Module v1.2RC1 released

    Hi all.

    This release had me really busy these last 5 days.

    I finally package the code in a .zip and added to the googlecode site as my signature links.

    These are the changes.

    Merged with Zencart 1.3.7 (have a look to admin/orders.php)

    Please know that the "multisocket feature for merchant-calculations (alfa)(optional)" is still alfa, since i had to coded from scratch and without any model to be guided with, i couldnt find any similar implementation in the web. This is the first version for this and should evolve a little more. Remember that the feature can be disabled from the Admin UI.

    Also added a script to add .htacces and disable PHP basic authentication to those who run PHP over CGI. (for errors: Basic Authentication failed, or headers['Authorization'] is NULL). Accessed from the Admin UI.

    Also added a feature to integrate Google Analytics to the cart to have a better track of the sales, also configurable from the Admin UI.

    Please, remember to upgrade files and uninstall/install the module from admin UI->modules->payment.

    Any question feel free to ask.

    This is the svn update from v.1.0.5 -> 1.2RC1

    Author: rovagnati
    New Revision: 41

    Added:
    trunk/admin/images/
    trunk/admin/images/googlecheckout/
    trunk/admin/images/googlecheckout/gc_multisocket.gif (contents, props changed)
    trunk/admin/includes/htaccess.php
    trunk/admin/includes/multisock.html
    trunk/googlecheckout/multisocket.php
    Modified:
    trunk/INSTALLATION
    trunk/README
    trunk/admin/includes/functions/extra_functions/added_function_for_google_checkout.php
    trunk/admin/orders.php
    trunk/googlecheckout/gcheckout.php
    trunk/googlecheckout/responsehandler.php
    trunk/includes/modules/payment/googlecheckout.php

    Log:
    02/26/2007 v1.2 (ropu)
    - Tested on Zencart v1.3.7
    - Add multisocket feature for merchant-calculations (alfa)(optional)
    - Different algorithm to retrieve quotes
    - Add Google Analytics Support
    - Add support for PHP CGI installations
    - Add user and password for Google Checkout buyers
    - Items retrieved from Merchant-private-item-data instead of session.
    - Many bug fixes

    enjoy

    ropu

  6. #716
    Join Date
    Jan 2007
    Posts
    31
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    Ropu,

    thank you for your hardwork. Will this production release work with ZC 1.3.6? Also, do you plan to upload your file to Zen-Cart's downloads page so it is easier for people to find the source file.

    I will try to install it on my system and see how everything goes.

    Thanks

  7. #717
    Join Date
    Feb 2007
    Location
    Santa Cruz, CA
    Posts
    14
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    Thank you so much ropu. Got a place to send a donation? Your work is really appreciated. I also will try to install the new GCO module this week and report back. Fingers crossed...
    Thanks again.

  8. #718
    Join Date
    Jan 2007
    Posts
    31
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    Ropu, I installed the GCO 1.0.5. Everything else looks good, except the shipping charge is not returned back to Google Checkout from my zen-cart. Do you know how to fix this? thanks


    Your server returned no data in its response; Checkout requires data of type merchant-calculation-results in response to merchant-calculation-callback

  9. #719
    Join Date
    Jan 2007
    Posts
    31
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    Quote Originally Posted by regenbauma View Post
    I have been getting thsi error message in my google callback error page ........

    Your server returned no data in its response; Checkout requires data of type merchant-calculation-results in response to merchant-calculation-callback


    I see that this arrives in response_message.log but seems that respondhandler is not responding to it ......

    does anyone else see this ..... any clues are helpful ..... thanks
    Regenbauma, how did you fix this problem? I am having the same problem with ropu's new release. Thanks

  10. #720
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    Couldn't resolve host 'ur-site'

    Time to response: 0.12273311615 segs

    Note: This script MUST response in less than 3 sec. so GC srv doesn't timeout.'

    The above error is what I get when running responsehandler_test.php. Any idea what's causing this? Thanks!

 

 

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