Reputation: 678
I setted up google checkout payment method in nopcommerce and it appears on cart, but it doesn't work. I looked at html and find that form with id=form-googlecheckout doesn't appear on my page. Why it could heppened?
Also I am not sure in flow of google checkout. Will me clients be redirected to onecheckout page after process payment?
Thanks, Yaroslav
Upvotes: 0
Views: 293
Reputation: 2108
Regarding the second question, the answer is no.
There is no automatic re-direct for the buyer after the Google Checkout transaction finishes. The buyer has to click on a provided link to navigate back to the seller's site.
You can programatically provide a link for the buyer to click and get back to your site after completing the order. Using the Checkout API you can change this URL for every order. See the continue_url paramenter:
Upvotes: 1