Google Checkout 自定义表单输入

发布于 2024-12-09 17:27:08 字数 265 浏览 1 评论 0原文

我有 google checkout 设置,以及将成功的交易信息写入数据库的服务器端 php 响应处理程序。我想做的就是从 Google Checkout 表单中静默发送一些信息到响应处理程序。

当我尝试输入自定义表单输入时,例如:

<input name="my_custom_tag_name" value="my_custom_value"/>

Google 似乎故意忽略它们,因为我的响应处理程序从未看到它们。

I have google checkout setup, along with the server-side php responsehandler that is writing successful transaction info to the database. All I want to do is send some information silently from the Google Checkout form to the responsehandler.

When I try to put custom form inputs like:

<input name="my_custom_tag_name" value="my_custom_value"/>

Google appears to purposely ignore them since my responsehandler never sees them.

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

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

发布评论

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

评论(1

长伴 2024-12-16 17:27:08

您可以使用

<input type="hidden" name="shopping-cart.merchant-private-data" value="MyOrder#123">

参考:https://checkout。 google.com/support/sell/bin/answer.py?hl=zh-CN&answer=64729

You can use

<input type="hidden" name="shopping-cart.merchant-private-data" value="MyOrder#123">

Reference: https://checkout.google.com/support/sell/bin/answer.py?hl=en&answer=64729

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