对多种产品使用一个 Google Checkout 按钮

发布于 2024-11-15 05:56:35 字数 240 浏览 2 评论 0原文

我想知道使用 Google Checkout 的人是否找到了一种方法,可以使用一个“添加到购物车”按钮来添加多个具有不同标题和价格的商品。

简而言之,我想要做的是,在一个已经安装了非定制 Google Checkout 系统的网站上,创建一个页面,允许客户选择产品和这些产品所需的配件,获取报价,然后单击只需一个按钮即可将所有选择添加到 Google 购物车。

有什么办法可以做到这一点,而无需用集成的自建推车完全替换现有的推车系统?

I'm wondering if anyone using Google Checkout has found a way to use one 'Add to Cart' button to add multiple items with different titles and prices.

In short, what I'm looking to do is, on a website with a non-customized Google Checkout system already in place, create a single page that allows customers to select products and required accessories for those products, get a quote, and click a single button to add all of their selections to the Google Cart.

Is there any way I can do this without completely replacing the existing cart system with an integrated self-built cart?

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

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

发布评论

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

评论(1

姜生凉生 2024-11-22 05:56:36

应该可以使用 Checkout 购物车 JS API:

http://sites.google.com /site/checkouthoppingcart/javascript-api

例如,使用“添加到购物车”按钮触发的 JavaScript 挂钩之一。在回调中,使用新的商品和数量更新购物车。

It should be possible using the Checkout shopping cart JS API:

http://sites.google.com/site/checkoutshoppingcart/javascript-api

For example use one of the JavaScript hooks triggered by the Add to Cart button. On the callback, update the cart with the new items and quantities.

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