有没有办法将送货地址传递给 Google Checkout?

发布于 2024-11-15 17:25:50 字数 245 浏览 1 评论 0原文

我正在考虑将 Google Checkout 集成到我们的网站中。在我们网站的结帐阶段,我们根据送货目的地计算送货费用,但在我看来,用户一旦到达 Google Checkout 就可以更改送货地址,即用户可以在我们的网站上表明他们想要它运送到路上,然后在 Google Checkout 上表明他们希望将其运送到澳大利亚!

是否可以将送货地址传递到 Google Checkout,然后阻止用户更改该地址?如果做不到这一点,是否至少可以将送货地址传递给 GC?

I'm looking into integrating Google Checkout into our website. At the checkout stage of our website we calculate the delivery cost based on where they are shipping to, however it appears to me that the user could change the shipping address once they reach Google Checkout i.e the user could indicate on our website that they want it shipped down the road, and then at Google Checkout indicate they want it shipped to Australia!

Is there anyway of passing a shipping address across to Google Checkout, and then prevent the user from changing that address? Failing that, is it at minimum possible to pass the shipping address to GC?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

蓝色星空 2024-11-22 17:25:50

考虑使用“商家计算的运费”。

通过商家计算的运费,您可以等到买家选择订单的送货地址后,再确定该订单的不同送货选项的可用性和费用。

您必须提供回拨网址,Google Checkout 会回拨您最终的送货地址,并向您询问可用的送货方式和费用。

此文档中的详细信息:

http://code.google.com/apis/checkout /developer/Google_Checkout_XML_API_Merchant_Calculated_Shipping.html

Consider using "merchant-calculated shipping".

Merchant-calculated shipping allows you to wait until the buyer selects the shipping address for an order before you determine the availability and cost of different shipping options for that order.

You must provide a callback URL and Google Checkout will call you back with the final shipping address and request from you the available shipping methods and costs.

More info in this doc:

http://code.google.com/apis/checkout/developer/Google_Checkout_XML_API_Merchant_Calculated_Shipping.html

半衾梦 2024-11-22 17:25:50

如果此时已下订单,则应该没问题 - 来自 http://checkout.google.com/support/bin/answer.py?hl=zh-CN&answer=99746

您可以将送货地址添加到您的
随时进行核算或修改。
更改不能应用于现有的
订单;您需要联系
卖家要求送货地址
更新

您对运费所做的任何更改
地址不追溯 -- 一次
订单已下,任何更改
该命令必须由
卖方。直接联系卖家
根据您的要求

If the order has been placed by this time, you should be OK - from http://checkout.google.com/support/bin/answer.py?hl=en&answer=99746

You may add shipping addresses to your
account or revise them at any time.
Changes cannot be applied to existing
orders; you will need to contact the
seller to request shipping address
updates

And

Any changes you make to your shipping
address are not retroactive -- Once
the order is placed, any changes to
the order must be applied by the
seller. Contact the seller directly
with your request

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