bartman Posted September 19, 2010 Share Posted September 19, 2010 We have a google checkout account, but wish to use it with multiple prestashops,In the Google checkout intergration on google you have to set a return url for a successfull transaction so this obviously stops the use of multiple prestashops,but looking at the google api, you can sent google the return checkout url when connectingas follows <input type="hidden" name="checkout-flow-support.merchant-checkout-flow-support.continue-shopping-url" value="http://www.example.com"/> Looking at the google checkout module I noticed the following $googleCart->SetContinueShoppingUrl('http://'.$_SERVER['HTTP_HOST'].__PS_BASE_URI__.'order-confirmation.php'); Is it possible just to add $googleCart->Setcheckout-flow-support.merchant-checkout-flow-support.continue-shopping-url('https://'.$_SERVER['HTTP_HOST'].__PS_BASE_URI__.'modules/gcheckout/validation.php'); To allow multiple site then remove the return url from our google checkout account settingsJust tried in sandbox mode and it fails, so more mods needed Link to comment Share on other sites More sharing options...
mel- Posted October 22, 2010 Share Posted October 22, 2010 I know this is an old post and already solved but I thought this might help you:http://checkout.google.com/support/sell/bin/answer.py?hl=en&answer=134436google states you can have more than one google checkout account. they can all use the same bank account and other info, just the emails need to be unique. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now