有没有办法将送货地址传递给 Google Checkout?
我正在考虑将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
考虑使用“商家计算的运费”。
通过商家计算的运费,您可以等到买家选择订单的送货地址后,再确定该订单的不同送货选项的可用性和费用。
您必须提供回拨网址,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
如果此时已下订单,则应该没问题 - 来自 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
And