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 9 of 9

Thread: Googlecheckout problem

  1. #1
    hirish.reddy is offline Member
    Join Date
    Jul 2009
    Posts
    40

    Default Googlecheckout problem

    after integrating googlecheckout in my website by following this procedure (http://manual.aspdotnetstorefront.co...-checkout.aspx)

    In shoppingcart its showing google checkout image but if i clicked on the image, Its loading blank page with followng text "Object moved to here."

    CAn anyone please tell me where i sent wrong

    Thanks in advance

  2. #2
    Mike The Last Boyscout is offline User
    Join Date
    Nov 2008
    Posts
    254

    Default

    Please check the Integration Console page in your Google account, there should be an error there that gives an idea what's going wrong.

    If you can't figure it out from that, please send that error to support and we would be happy to take a look!

  3. #3
    hirish.reddy is offline Member
    Join Date
    Jul 2009
    Posts
    40

    Default

    google integration console shows following error

    Error: The currency used in the cart must match the currency of the seller account. You supplied a cart with INR and the seller account is associated with USD.

  4. #4
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    That is because your default currency from your aspdotnetstorefront site does not match with the one in Google checkout -> Settings -> Profile page (https://checkout.google.com/sell/settings).

    store currency
    Name:  asp.jpg
Views: 120
Size:  34.8 KB

    Google checkout
    Name:  gg.jpg
Views: 120
Size:  12.8 KB

  5. #5
    hirish.reddy is offline Member
    Join Date
    Jul 2009
    Posts
    40

    Default

    Thanks Alfred....

    I want my aspdnf default currency to be in INR and i think google checkout does not allow default currency as INR.

    Now as per my knowledge Only solution is, we have convert INR to USD before sending data to google Checkout page. can you please let me know from where i can start making the changes.

    thanks in advance

  6. #6
    hirish.reddy is offline Member
    Join Date
    Jul 2009
    Posts
    40

    Default

    i think i need to change google checkout class, so can any one tell me where i can find the the google checkout class file

  7. #7
    hirish.reddy is offline Member
    Join Date
    Jul 2009
    Posts
    40

    Default

    Can any one please help me on my issue......

  8. #8
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    Set a breakpoint on GoogleCheckout.cs class and you should be able to see what needs to be done to achieve what you want. I haven't seen anyone doing that yet, so you'll be the first one.

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

    Default

    Quote Originally Posted by AspDotNetStorefront Staff - Alfred View Post
    That is because your default currency from your aspdotnetstorefront site does not match with the one in Google checkout -> Settings -> Profile page (https://checkout.google.com/sell/settings).

    store currency
    Name:  asp.jpg
Views: 120
Size:  34.8 KB

    Google checkout
    Name:  gg.jpg
Views: 120
Size:  12.8 KB
    I am having the same problem and my store has USD as currency. Maybe the currency is not the reason.