客户下订单后,如何让 google checkout 重定向到商品特定页面?

发布于 2024-11-24 01:51:26 字数 149 浏览 1 评论 0原文

下订单后,用户单击返回后,他们会转到我的结帐配置文件中定义的我的业务网站网址。但是我在两个不同的网页上有两个不同的项目,如何让 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

沩ん囻菔务 2024-12-01 01:51:26

您可能已经注意到,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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文