Page 346 of 394 FirstFirst ... 246296336344345346347348356 ... LastLast
Results 3,451 to 3,460 of 3932
  1. #3451
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: Google Checkout returning Whoops! Your session has expired.

    Did you ever resolve this? Same issue here (although it is updating ZC admin) I'm getting the WHOOPS session timeout error after redirecting to store..

  2. #3452
    Join Date
    Nov 2007
    Location
    USA
    Posts
    882
    Plugin Contributions
    5

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

    Is there an update for Google Checkout for v1.3.9F?
    Cheers!
    v2.0+

  3. #3453
    Join Date
    Oct 2009
    Location
    New York, USA
    Posts
    70
    Plugin Contributions
    0

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

    Quote Originally Posted by retched View Post
    If there is a problem connecting to USPS then yes, you would get the default values.
    OK, Thanks. I'll have to put some shipping figures in the default boxes.

    The thing is, it indicates that if I do not want to use that feature, enter '0' in the boxes.

    But, when I enter '0', it gives me the 'whoops!' error message.

    As stated, I will put some shipping charges in the boxes if I have to, but I don't want to!

    Guess I'll have to live with it for now.

    Thanks again for the help.

  4. #3454
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Whoops! Your session has expired - after Google Checkout

    Hopefully someone can help here. I've set up Google Checkout on a site for someone and everything works perfectly apart from the re-direct back to the store after successful order process.

    What happens is, the user can go through checkout with google checkout and place the order and make payment, when this is confirmed in google checkout they click to return back to the store. However, on their return they get this message:

    "Whoops! Your session has expired.
    If you were placing an order, please login and your shopping cart will be restored. You may then go back to the checkout and complete your final purchases.

    If you had completed an order and wish to review it, or had a download and wish to retrieve it, please go to your My Account page to view your order."


    In the admin system of Google Checkout the order has been placed with google, and the order appears in Zen Cart admin.

    However, when the customer returns to the Zen Cart store, their cart is still active and they're prompted with the error message above.

    The store has a dedicated SSL.

    Anyone know what can be causing this?

  5. #3455
    Join Date
    Oct 2009
    Location
    New York, USA
    Posts
    70
    Plugin Contributions
    0

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

    Another issue - when the shipping methods are passed from my store to GC - (Currently run a flat rate of 2.95 per order up to $29.00; anything over 29.00 gets free shipping. I also have USPS and UPS Merchant Calculated if someone wishes to use those services) the order of the methods is not what I want.

    In the drop-down box on the GC page (assuming a 29.00 or more order), it displays this:

    Flat Rate Shipping
    Free Options
    UPS Ground
    UPS 2nd Day
    USPS Priority Mail
    USPS Express Mail

    I want it to look like this in the drop-down box:

    Free Options
    Flat Rate Shipping
    USPS Priority Mail
    USPS Express Mail
    UPS Ground
    UPS 2nd Day

    Basically, I want the cheapest options to show first. I've managed to get it displayed this way with the shipping estimator on my store checkout page, but cannot figure out how to do it on the Google Checkout page. Anyone know what file I would edit for this to happen?

    Thank you in advance. :)

  6. #3456
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    681
    Plugin Contributions
    8

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

    Quote Originally Posted by willieWontGo View Post
    Another issue - when the shipping methods are passed from my store to GC - (Currently run a flat rate of 2.95 per order up to $29.00; anything over 29.00 gets free shipping. I also have USPS and UPS Merchant Calculated if someone wishes to use those services) the order of the methods is not what I want.

    In the drop-down box on the GC page (assuming a 29.00 or more order), it displays this:

    Flat Rate Shipping
    Free Options
    UPS Ground
    UPS 2nd Day
    USPS Priority Mail
    USPS Express Mail

    I want it to look like this in the drop-down box:

    Free Options
    Flat Rate Shipping
    USPS Priority Mail
    USPS Express Mail
    UPS Ground
    UPS 2nd Day

    Basically, I want the cheapest options to show first. I've managed to get it displayed this way with the shipping estimator on my store checkout page, but cannot figure out how to do it on the Google Checkout page. Anyone know what file I would edit for this to happen?

    Thank you in advance. :)
    This is pretty much done by editing shipping_methods.php in your google_checkout folder and rearrange the code lines so that it appears in the order you want it.

  7. #3457
    Join Date
    Feb 2008
    Posts
    71
    Plugin Contributions
    0

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

    Limelight,

    I'm not sure this thread is actively supported.

    I did straighten out my issue, and googlecheckout is finally working. I must say this has been one of the more tedious mods to install, but if I need to install it again for another client, at least I'm aware now of some of the pitfalls.

    I would HIGHLY recommend, if you have not done so already, check the cache folder on your server (if you are running 1.3.9.x) and see if you have any errors related to Google Checkout in there. This is the first place I'd start.

    Google Checkout will run on 1.3.9.f, but you will need to manually enter the code in some of the files (this code is included in the instructions) instead of just uploading the files.

    Best wishes,

    Christopher

  8. #3458
    Join Date
    Oct 2009
    Location
    New York, USA
    Posts
    70
    Plugin Contributions
    0

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

    Quote Originally Posted by retched View Post
    This is pretty much done by editing shipping_methods.php in your google_checkout folder and rearrange the code lines so that it appears in the order you want it.
    I tried that - changed the code lines and it does not work for me. But, Thank you for your help.

    Does anyone have a completed shipping_methods.php with a satisfied shipping display that I could compare/contrast?

  9. #3459
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    681
    Plugin Contributions
    8

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

    Quote Originally Posted by willieWontGo View Post
    I tried that - changed the code lines and it does not work for me. But, Thank you for your help.

    Does anyone have a completed shipping_methods.php with a satisfied shipping display that I could compare/contrast?
    What exactly did you change? Or how did you change it?

  10. #3460
    Join Date
    Oct 2009
    Location
    New York, USA
    Posts
    70
    Plugin Contributions
    0

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

    Quote Originally Posted by retched View Post
    What exactly did you change? Or how did you change it?
    I take it back, I did not change anything in the shipping_methods.php file except some of the wording for Flat Rate and Free Options.

    The order in the shipping methods in this file is correct.

    So, I don't know where else to look.

 

 

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