谷歌结账不显示送货选项
我正在使用 GCheckout.dll (Google Checkout v2.5.0.6 dll - http://code.google.com/p/google-checkout-dotnet-sample-code/downloads/list)在 C# 应用程序中实现 Google Checkout 付款。
我已在商家帐户上配置了 UPS 运输,并故意不在 C# 中指定任何运输选项,以使用帐户中配置的选项。但由于某种原因,没有出现任何运输选项。有什么想法吗?我认为在商家帐户中配置它们的全部目的是在应用程序不通过 API 发送任何内容时显示它们
I'm using GCheckout.dll (Google Checkout v2.5.0.6 dll - http://code.google.com/p/google-checkout-dotnet-sample-code/downloads/list) to implement google checkout payments in a C# application.
I have configured UPS shipping on the merchant account and intentionaly not specified any shiping options in the C#, to use the ones configured in the account. For some reason though, no shipping options are apearing. Any ideas why? I though the whole point of configuring them in the merchant account is to display those when the application doesn't send any through the API
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
下面的文章可能会有所帮助。
Checkout Merchant Center 中指定的税费或运费选项被忽略的原因有多种。例如,如果您提交包含送货方式或税表标签的购物车 XML,则 Merchant Center 设置将被覆盖。
http://code.google.com/apis/checkout/articles/Troubleshoot_Merchant_Issues.html
The article below may help.
There are various reasons why tax or shipping options specified in the Checkout Merchant Center are ignored. For example, if you submit a cart XML that contains the shipping-methods or tax-tables tags, the Merchant Center settings will be overriden.
http://code.google.com/apis/checkout/articles/Troubleshoot_Merchant_Issues.html