客户下订单后,如何让 google checkout 重定向到商品特定页面?
下订单后,用户单击返回后,他们会转到我的结帐配置文件中定义的我的业务网站网址。但是我在两个不同的网页上有两个不同的项目,如何让 Google checkout 返回到不同项目的不同页面。
我使用 Xml 和 Java google-checkout-2-5-1 sdk
At the moment after the order is placed and the user click to return they go to my business site url as defined in my checkout profile. But I have two different items on two different webpages how can I get Google checkout to return to a different page for a different item.
Im using Xml and the Java google-checkout-2-5-1 sdk
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能已经注意到,Google Checkout 交易完成后不会自动重定向买家。买家必须点击提供的链接才能导航回卖家的网站。
您可以以编程方式提供一个链接,供买家点击并在完成订单后返回您的网站。使用 Checkout API,您可以更改每个订单的此 URL。请参阅 continue_url 参数:
http://code.google。 com/apis/checkout/developer/Google_Checkout_HTML_API_Parameter_Reference.html#tag_continue-shopping-url
As you probably noticed, 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:
http://code.google.com/apis/checkout/developer/Google_Checkout_HTML_API_Parameter_Reference.html#tag_continue-shopping-url