Page 34 of 394 FirstFirst ... 2432333435364484134 ... LastLast
Results 331 to 340 of 3932
  1. #331
    Join Date
    Jun 2006
    Location
    Midlothian, Virginia, United States
    Posts
    111
    Plugin Contributions
    0

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

    still in the beta, i think we are getting close to getting mine working, i just need help with 3 issues.

    I'm accepting payments via google checkout but i don't get the following:
    correct Quantity, attributes, shipping charged.

    I'm hoping to have my php expert scope it out whenever he can get some time.

  2. #332
    Join Date
    Dec 2005
    Location
    Box Elder, SD
    Posts
    373
    Plugin Contributions
    0

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

    I've been working with this in the sandbox for a while tonight. I've mostly concentrated on the section of the responsehandler.php in the area where you parse the header: //Parse the http header to verify the source
    /* $headers = getallheaders(); etc.

    When I leave these two sections, mentioned a few posts ago, as original I get an error in the response_error.log like:
    Sat Dec 9 20:58:28 PST 2006:- Line 119: headers['Authorization'] is NULL.

    When I comment out the two sections mentioned the error changes to:
    Sat Dec 9 21:04:07 PST 2006:- InvalidSat Dec 9 21:04:09 PST 2006:- InvalidSat Dec 9 21:04:13 PST 2006:- Invalid

    In neither case does the order appear in the Admin screens, although GCO says the order went through.

    I've deactivated GCO in my cart for now.

    Can anyone tell me if I'm getting close?

    Thanks.

  3. #333
    Join Date
    Jan 2005
    Location
    San Diego, CA
    Posts
    3
    Plugin Contributions
    0

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

    I'm running into the same problem. Zencart accepts the choice of Google Checkout, but the information never makes it to Google. Anyone have any luck?

  4. #334
    Join Date
    Mar 2006
    Posts
    131
    Plugin Contributions
    0

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

    Quote Originally Posted by chain_man View Post
    I've been working with this in the sandbox for a while tonight. I've mostly concentrated on the section of the responsehandler.php in the area where you parse the header: //Parse the http header to verify the source
    /* $headers = getallheaders(); etc.

    When I leave these two sections, mentioned a few posts ago, as original I get an error in the response_error.log like:
    Sat Dec 9 20:58:28 PST 2006:- Line 119: headers['Authorization'] is NULL.

    When I comment out the two sections mentioned the error changes to:
    Sat Dec 9 21:04:07 PST 2006:- InvalidSat Dec 9 21:04:09 PST 2006:- InvalidSat Dec 9 21:04:13 PST 2006:- Invalid

    In neither case does the order appear in the Admin screens, although GCO says the order went through.

    I've deactivated GCO in my cart for now.

    Can anyone tell me if I'm getting close?

    Thanks.
    I'm having the exact issues with GC and my ZC , same errors on edit of responsehandler.php. Though i still offer GC as for of checkout, and have to add the info to admin manually. Hope this will be resolved soon.

  5. #335
    Join Date
    May 2004
    Posts
    21
    Plugin Contributions
    0

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

    Quote Originally Posted by Alik View Post
    I'm having the exact issues with GC and my ZC , same errors on edit of responsehandler.php. Though i still offer GC as for of checkout, and have to add the info to admin manually. Hope this will be resolved soon.
    Does anyone know how to cancel their Google Checkout account? because this is pointless as far as i'm concerned.

  6. #336
    Join Date
    Jun 2006
    Location
    Midlothian, Virginia, United States
    Posts
    111
    Plugin Contributions
    0

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

    I think it's worth trying to get it running for the most part. It can be a pain if you do have attributes on things because you will have to email the customer to figure out what color, size, etc. someone ordered for every order.

    Now interms of payment choices i have the following:
    authorize.net AIM
    Echeck
    Paypal
    Google checkout

    about 40% of customers are using google checkout now.

    I suggest everyone change the code that was mentioned before to comment out a big chunk of the responsehandler. copy your googlecheckout folder from the admin folder and into a new created one in your main area (yourstore.com/googlecheckout)

    That's what i did and i'm getting lots of orders through there now.

    I guess this is a beta for a reason...i've enabled table shipping and it's been going into google checkout so far charging shipping charges.

  7. #337
    Join Date
    Dec 2005
    Location
    Box Elder, SD
    Posts
    373
    Plugin Contributions
    0

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

    Quote Originally Posted by anjordan77 View Post
    I suggest everyone change the code that was mentioned before to comment out a big chunk of the responsehandler. copy your googlecheckout folder from the admin folder and into a new created one in your main area (yourstore.com/googlecheckout)

    That's what i did and i'm getting lots of orders through there now.

    I guess this is a beta for a reason...i've enabled table shipping and it's been going into google checkout so far charging shipping charges.
    I haven't tried having the modules in two places (admin and not...), only at the (yourstore.com/googlecheckout) level. Does that make a difference?

    I also have table shipping selected, but the GC selection is offered before the shipping method is even selected by the customer. How do you get the shipping charges to GC?

    Thanks,

  8. #338
    Join Date
    Dec 2005
    Location
    Box Elder, SD
    Posts
    373
    Plugin Contributions
    0

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

    I tried copying the googlecheckout folder to Admin. No difference.

    I enabled Table Shipping and then created a table of values. These shipping charges were passed to GC along with the order. But I generally use mzmt tables and usps. These are evidently not supported yet with the GC module. Has anyone configured it for these shipping modules?

    I still get the Invalid error in the error log. Could this be because I am still testing in the Sandbox?

    And the order does not appear in New Orders. Also because of the sandbox?

    Thanks,

  9. #339
    Join Date
    Apr 2006
    Location
    Kansas
    Posts
    236
    Plugin Contributions
    0

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

    I am using GCO and have a few issues...

    its not responding back to my admin area with what was sold. but then im not sure it is supposed to...

    shipping works fine. i have it set to charge a flat rate though so i dont know if that makes a diffrence or not.

    it does not tell me the model number of the product bought but it does tell me the name of it, so it not to bad, i can look it up (id have to either way since each item is one of a kind and i have to know what im looking for)
    G Clef Jewelry
    Dichroic and Beaded Jewelry

  10. #340
    Join Date
    Dec 2005
    Location
    Box Elder, SD
    Posts
    373
    Plugin Contributions
    0

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

    Woo Hoo!!!

    I got it working!!!

    I've incorporated the commented out sections as suggested by anjordan77. What did the trick, I think, was that I re-entered the GC key in the Admin->GC module. I probably did a copy and paste from the integration screen and and grabbed an extra space at the end of the key. Thus the "Invalid" message I was getting.

    Or the fact that I selected XML as the callback method instead of named pairs. This makes sense when you consider the XML parser functions included with the GC module...

    The order showed up in my Admin screen and the Shopping Cart was emptied for my customer! And shipping was there - as configured in the Table method!

 

 

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