向 Google Checkout 发送自定义说明(或字段)

发布于 2024-10-15 10:26:54 字数 223 浏览 4 评论 0原文

有没有办法向 Google Checkout 帖子添加“注释”或“递送说明”字段?我正在使用自定义购物车 HTML API,效果非常好,所以除了我想添加一个部分供买家添加有关交货的注释之外。

Is there a way to add a "Notes" or "Delivery Instructions" field to a Google Checkout post? I'm using the Custom Cart HTML API and it's worked out great so far except that I want to include a section for the buyer to add notes about the delivery.

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

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

发布评论

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

评论(1

满意归宿 2024-10-22 10:26:54

当然,在我发布问题后,我找到了答案。

Google 提供标签来表明您想要在结账时添加礼物或特殊说明。此礼品消息 API 可用于允许礼品或其他消息包含在内,并允许您预先填写客户的输入。

<input type="hidden" name="shopping-cart.buyer-messages.special-instructions-1" value="" />

Of course after I post the question I find the answer.

Google offers tags to indicate that you want to add gift or special instructions at checkout. This Gift Messaging API can be used to allow a Gift or other message to be included, as well as allowing you to pre-fill it with input from the customer.

<input type="hidden" name="shopping-cart.buyer-messages.special-instructions-1" value="" />
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文