Page 31 of 394 FirstFirst ... 2129303132334181131 ... LastLast
Results 301 to 310 of 3932
  1. #301
    Join Date
    May 2004
    Posts
    21
    Plugin Contributions
    0

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

    I am having trouble integrating this.

    the website is www.phresolutions.com or https://www.phresolutions.com

    Followed README and INSTALL instructions.

    Responsehandler.php does not give any errors.

    Added both merchant number and auth key to checkout.

    When try and test the transaction it never redirects or opens any item for credit card entry on the website. it goves from the choose your payment option, then goes to the confirm order, and when you press confirm order. it goes through (the order) and puts it into processing queue, without accepting payment.

    The paypal IPN works fine. Its just googlecheckout...not sure whats going on any help would be great.

  2. #302
    Join Date
    Oct 2006
    Location
    Hanover, PA
    Posts
    71
    Plugin Contributions
    0

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

    Quote Originally Posted by apursell View Post
    I am having trouble integrating this.

    the website is www.phresolutions.com or https://www.phresolutions.com

    Followed README and INSTALL instructions.

    Responsehandler.php does not give any errors.

    Added both merchant number and auth key to checkout.

    When try and test the transaction it never redirects or opens any item for credit card entry on the website. it goves from the choose your payment option, then goes to the confirm order, and when you press confirm order. it goes through (the order) and puts it into processing queue, without accepting payment.

    The paypal IPN works fine. Its just googlecheckout...not sure whats going on any help would be great.
    I have this same problem and questioned it on the 25th of November. I have yet to be answered...

  3. #303
    Join Date
    May 2004
    Posts
    21
    Plugin Contributions
    0

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

    Quote Originally Posted by TripleMoons View Post
    I have this same problem and questioned it on the 25th of November. I have yet to be answered...

    Awesome, i'm glad i signed up for a merchant account with google.

    Just curious what version of PHP are you running, i'm thinking this may have to do with it.

  4. #304
    Join Date
    Dec 2006
    Posts
    15
    Plugin Contributions
    0

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

    Quote Originally Posted by TripleMoons View Post
    I have this same problem and questioned it on the 25th of November. I have yet to be answered...
    Do you guys see a google checkout button that looks like this on your page:
    http://www.magneticone.com/store/ima...demo-small.jpg

    If not, then it means you GCO module isn't correctly installed. Check templates, because if you are modifying the files in one area, but zen cart is pulling template files out of somewhere else then it won't run the GCO code you installed. Its relatively easy to do this. This link:
    https://www.zen-cart.com/tutorials/i...hp?article=230
    explains the override system that zen cart uses to load different files for different templates.
    Brian

  5. #305
    Join Date
    Dec 2006
    Posts
    15
    Plugin Contributions
    0

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

    I am in a similar boat as others.

    GCO mod successfully installed, however when order is completed it does not show up in admin section of zen cart.

    To be honest I don't really care about this, since I'd be fine just using the orders system on google's site to process my orders. The bigger problem, in my opinion, is that after the user completes the order they:

    1. return to my website homepage, not a checkout success page that lets them know all went well
    2. back on my homepage their cart is still sitting there with items in it!

    The inevitable result of this is that user will be unsure, did it really go through?

    I have to say, as far as the Google Checkout in general (not its integration) I am extremely impressed. It beats the snot out of paypal in a lot of ways. I have faith that Google will see this integration through.

    To any of the developers, let me know if I can help contribute code. I'm interested in getting this working well for my own store and helping others would be good as well.

    Thanks,
    Brian
    Last edited by krypton1; 6 Dec 2006 at 06:31 AM.

  6. #306
    Join Date
    Dec 2006
    Posts
    15
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    Quote Originally Posted by colosports View Post
    To all users:
    Attach is a screenshot of what the admin ui should look like after the order is placed with Google Checkout.
    Colosports,

    If I'm not mistaken this is what everyone is trying to figure out how to do, right? You posted a screen shot of it so you must have it working in some form. How did you do it?

    Brian

  7. #307
    Join Date
    May 2004
    Posts
    21
    Plugin Contributions
    0

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

    Quote Originally Posted by krypton1 View Post
    Do you guys see a google checkout button that looks like this on your page:
    http://www.magneticone.com/store/ima...demo-small.jpg

    If not, then it means you GCO module isn't correctly installed. Check templates, because if you are modifying the files in one area, but zen cart is pulling template files out of somewhere else then it won't run the GCO code you installed. Its relatively easy to do this. This link:
    https://www.zen-cart.com/tutorials/i...hp?article=230
    explains the override system that zen cart uses to load different files for different templates.
    Brian


    no i don't but that doesn't tell me how to install this, i followed the module instructions to the teeth.

  8. #308
    Join Date
    Dec 2006
    Posts
    15
    Plugin Contributions
    0

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

    Quote Originally Posted by apursell View Post
    no i don't but that doesn't tell me how to install this, i followed the module instructions to the teeth.
    Hi Apursell,

    Ok, you probably did the instructions exactly, but it might have been on the wrong file (that looked like the right file). Zen cart has copies of files in different template folders that look almost identical. Depending on which template you use it will use different files. See the part in the install instructions where they talk about "YOUR_TEMPLATE". This needs to be replaced with your correct directory. Pull up your zen cart admin -> tools -> template selection. See whats listed under "template directory"? I think there should just be one. This is what you should use in place of that variable, "YOUR_TEMPLATE".

    Anything in the install instructions in caps is meant to be replaced with your own values. Same for "YOUR_ZENCART_FOLDER" too.

    Good luck, let me know if that helps.
    Brian

  9. #309

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

    Quote Originally Posted by krypton1 View Post
    I am in a similar boat as others.

    GCO mod successfully installed, however when order is completed it does not show up in admin section of zen cart.

    To be honest I don't really care about this, since I'd be fine just using the orders system on google's site to process my orders. The bigger problem, in my opinion, is that after the user completes the order they:

    1. return to my website homepage, not a checkout success page that lets them know all went well
    2. back on my homepage their cart is still sitting there with items in it!

    The inevitable result of this is that user will be unsure, did it really go through?

    I have to say, as far as the Google Checkout in general (not its integration) I am extremely impressed. It beats the snot out of paypal in a lot of ways. I have faith that Google will see this integration through.

    To any of the developers, let me know if I can help contribute code. I'm interested in getting this working well for my own store and helping others would be good as well.

    Thanks,
    Brian

    I installed it successfully too and have the same issues. Its not really a problem since the sale goes through but what to tell the customer when they dont return to a checkout success page?

    Jason

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

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

    it's weird before i had created a folder in the main page area called googlecheckout
    and copied the info in there like i was told...and it would only pop up that the person had checked out in admin without them paying...then i copied the files from there into the admin/googlecheckout folder and boom suddenly people were paying with google checkout instantly...but no admin orders for google checkout customers and no attributes working.

    I'm thinking it has to do with google not being allowed in the admin area which we need it to be in order to notify us on the website

 

 

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