使用 Google Checkout 直接提交提交商家定义的送货选项
是否可以在不使用服务器-服务器提交选项的情况下在 Google Checkout 中设置送货选项?
我试图让这个结账过程尽可能简单(主要是因为我不完全理解服务器-服务器 API 部分),因此我在 Google Checkout 中使用直接提交选项(详细信息 此处。向下滚动经过代码块)。因此,我只想添加隐藏的输入字段来指定运费,然后将其发送。
这可能吗?
Is it possible to set the shipping options in Google Checkout without using the server-server submission option?
I'm trying to keep this checkout process as simple as possible (mostly because I do not fully understand the server-server API section), and therefore I'm using the direct submission option in Google Checkout (details here. scroll down past the code block). So, I'd like to just add the hidden input fields to designate how much shipping will cost, and send it along.
Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实上,这是可能的。我是这样做的:
确实很棘手,但它有效。
It is, in fact, possible. Here's how I did it:
Tricky for sure, but it works.