Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 7 of 7

Thread: Why are my Google checkout orders not coming thru in backend, just checkout dashboard

  1. #1
    joecalardo is offline Member
    Join Date
    May 2011
    Posts
    61

    Default Why are my Google checkout orders not coming thru in backend, just checkout dashboard

    Why are my Google checkout orders not coming thru in backend, just checkout dashboard. Whenever someone places an order through google checkout, it doesn't come up to my orders in my aspdnsf dashboard, but rather I only know of it once I get the e-mail from my google merchant account saying an order has been receieved, that's the only way I get notified. I get no transaction through ASPDNSF, only google. Please help Thanks

  2. #2
    pkdenver is offline Junior Member
    Join Date
    Dec 2011
    Posts
    2

    Default I have the same question.

    Is there any documentation describing what exactly is supposed to occur when using Google Checkout? What data is updated in storefront and what is sent back to Google?

  3. #3
    medsupply is offline Senior Member
    Join Date
    Jul 2011
    Posts
    99

    Default

    I was going to ask the same question. We have to do a lot of copy and pasting because of this, when the distributor email feature would be the best way to submit the orders

  4. #4
    deanfp is offline Senior Member
    Join Date
    May 2009
    Location
    Sweden
    Posts
    556

    Default

    It should do



    Q. How do I know if I receive a new order from Google Checkout?


    A: When a new order is received, Google Checkout will send you (the merchant) an email, and the order will appear on your Google Checkout orders page. The order is also assigned an Order Number within AspDotNetStorefront, and will appear along with orders placed at your website on the Admin>Orders page.

  5. #5
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    If the notifications from Google to your site are failing, there'll be a record of it in your Google account. I forget the exact spot at the moment...Tools->Integration Console maybe? You should be able to check there to get details of why that's failing to clear the issue up. It's going to be something like a timeout, invalid URL, etc.

  6. #6
    medsupply is offline Senior Member
    Join Date
    Jul 2011
    Posts
    99

    Default

    In the integration settings of Google checkout there is a field called: API callback URL

    Should I enter the value of the App.Config: GoogleCheckout.BaseUrl ?

    The value of this App.Config is: https://checkout.google.com/api/checkout/v2/request/Merchant/{0}

    Is the {0} supposed to be the Google merchant ID?

    Thanks!

  7. #7
    AspDotNetStorefront Staff - Erik is offline Senior Member
    Join Date
    Nov 2010
    Location
    Ashland, OR
    Posts
    168

    Default

    The source of the issue may be a simple bug that has existed in all v9 that I have tested:

    The setting for Authenticate Callback in the cart is actually REVERSED. This should be fixed in the next release (version after MSx9200)

    Go to the callback URL and see if it wants authentication.

    https://www.yoursite.com/gcCallback.aspx

    So reverse the setting in the admin console and try the callback page again. You also need to verify the correct callback URL is set in the Google merchant account Settings - Integration, and that you are using XML method, on version 2.0 on that page.
    Erik Sutton
    AspDotNetStorefront Technical Support