Page 269 of 394 FirstFirst ... 169219259267268269270271279319369 ... LastLast
Results 2,681 to 2,690 of 3932
  1. #2681
    Join Date
    Apr 2005
    Posts
    298
    Plugin Contributions
    0

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

    Srturner47 and Chain_man,

    I want to thank you both for all your help.

    Srtuner47,
    I did see the post about the blank page and used my wifes account and that did the trick. I will try your other fixes and let you know how they work. Again thank you for your help.


    Chain_Man,

    I want to thank you for your help. I do not have ssl installed yet, I thought for testing purposes with the GC sandbox you did not need it, but i will jump on it first thing in the morning. I have not seen any errors, but i also don't know where to look for the errors in GC i have looked for where they could be but don't see any, But thank you so much for your in put and i will give it a try.

    Thank you both will let you both know how it comes out.

  2. #2682
    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 dscott1966 View Post
    I thought for testing purposes with the GC sandbox you did not need it, but i will jump on it first thing in the morning. I have not seen any errors, but i also don't know where to look for the errors in GC i have looked for where they could be but don't see any
    You are correct, you do not need ssl for testing in sandbox.

    One more thought: Be sure you have XML checked as your callback method.

  3. #2683
    Join Date
    Dec 2007
    Posts
    80
    Plugin Contributions
    0

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

    267 pages. does someone not feel like breaking this down into segments, it is a lot when you are looking for answers.

    I have tried reading as much as I can but there is a lot so I will keep going.

    Is there a way to turn off the google postage, so it only uses the zen cart postage?

  4. #2684

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

    Quote Originally Posted by meknownowt View Post
    Is there a way to turn off the google postage, so it only uses the zen cart postage?
    I'd like to know if this is possible too - it will just NOT accept my postage module.

  5. #2685
    Join Date
    Dec 2007
    Posts
    80
    Plugin Contributions
    0

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

    If no one has the answer has anyone made a good help file on setting up the postage for google checkout?

    I have noticed the question pop up a lot while reading through this topic, but have yet to see an answer.

  6. #2686

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

    Hey guys,

    I see good help on these 268 pages but I don't have any ideas about how to search here?

    Could not you just refer me? I have the message:
    "Sorry, we are not accepting payments from your region at this time."

    I'm using only GC payment module latest version 1.4.7RC1 as well as Zen-Cart 1.3.8a.
    I googled about 1 hour but didn't find any helpful info :-(

  7. #2687
    Join Date
    Dec 2007
    Posts
    80
    Plugin Contributions
    0

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

    Quote Originally Posted by soid View Post
    Hey guys,

    I see good help on these 268 pages but I don't have any ideas about how to search here?

    Could not you just refer me? I have the message:
    "Sorry, we are not accepting payments from your region at this time."

    I'm using only GC payment module latest version 1.4.7RC1 as well as Zen-Cart 1.3.8a.
    I googled about 1 hour but didn't find any helpful info :-(
    Do you have any free post items on your cart? As I found these on the search above

    http://www.zen-cart.com/forum/showth...ts+region+time

    http://www.zen-cart.com/forum/showth...ts+region+time

    And both seem to point to free postage items causing a problem

  8. #2688
    Join Date
    Jul 2007
    Location
    Durham, NC
    Posts
    55
    Plugin Contributions
    1

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

    Quote Originally Posted by srturner47 View Post
    You just need to comment these lines out, so the new code should look like:

    Code:
    // include the order class (uses the sendto !)
        // require(DIR_WS_CLASSES . 'order.php');
        // $order = new order;
    PLEASE NOTE: This will break your shopping cart unless you use Google Checkout. So if you ever stop using google checkout, you will need to undo this change.
    Here's a possibly dumb question from a relative php novice: Would it work to change the require to require_once instead of commenting out these lines? Unless I missed something, it looks as if includes/class/order.php contains a class definition and several functions, but no main-line executable code. Is there a hidden problem lurking here if require_once were used? If that would do the job, then it wouldn't break if Google Checkout were removed.

    I would try it myself to see, but (not to belabor the point) I can't install Google Checkout on my test site for reasons already mentioned on this thread.

  9. #2689
    Join Date
    Jul 2007
    Location
    Durham, NC
    Posts
    55
    Plugin Contributions
    1

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

    Actually, I did try require_once in production for a moment, and it did appear to work. Again, I don't know if it would open up some hidden problems not apparent on a quick novice-level perusal of the code and a simple one-time test. The only problem for me is that the on-page shipping estimates push the Google Checkout and PayPal buttons down low on the shopping cart page, so I'd have to go diving into the code to rearrange the layout. So for now, I've set it back to the pop-up estimator button, until my boss weighs in on his preferences.

  10. #2690
    Join Date
    Mar 2005
    Location
    Tempe, AZ
    Posts
    324
    Plugin Contributions
    0

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

    Quote Originally Posted by lextechs View Post
    both for sand box and live?

    Here are my GC settings see if yours are the same?

    Google Checkout Module Version
    v1.4.7

    Enable GoogleCheckout Module
    True

    Select Mode of Operation
    https://checkout.google.com/

    Production Merchant ID
    "your id for live"

    Production Merchant Key
    "your key for live"

    Sandbox Merchant ID
    "your id for sand box"

    Sandbox Merchant Key
    "your key for sand box"

    .htaccess Basic Authentication Mode
    True

    Select Merchant Calculation Mode of Operation
    https

    You need to retest with a new order old orders will not come through after you fix the problem so that order that is five hours old will never show up in zen admin it's pretty much lost in the black whole of cyber space, but you can still process it in your google admin
    This is weird, i had this working in sandbox and live where the orders show up in zencart admin, however i just had two GC orders and they didn't show up in zencart admin. none of my settings have changed since fixing this problem. question in Google does the call back have to be set to xml or html? I just wondering why when i tested in both sandbox and live it worked but when a real order came through it didn't work?
    Lextechs.com Powered By ZenCart

 

 

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