Google Checkout 查看购物车按钮

发布于 2024-08-31 09:52:33 字数 119 浏览 5 评论 0原文

我正在尝试向使用 google checkout 的网站添加一个查看购物车按钮,有人知道执行此操作的技巧吗?我想我可能需要使用一个带有类的特殊 div 来创建一个按钮,单击该按钮将显示购物车,我迷路了。

谢谢

I'm trying to add a view cart button to my website that is using google checkout, does anyone know a trick to do this? I think I may need to use a special div with a class to create a button that will display the cart when clicked, I'm lost.

Thank you

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

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

发布评论

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

评论(2

妞丶爷亲个 2024-09-07 09:52:33

Google Checkout 购物车有自己的 JavaScript 和 CSS API - 您可以使用它们来更改购物车的外观和行为,以更好地匹配您网站的外观和风格。

有关详细信息,请参阅此文档:

http://sites.google.com/网站/checkouthoppingcart/customizing-cart-s-ui

The Google Checkout shopping cart has its own JavaScript and CSS APIs - you can use those to change the cart's appeareance and behavior to beter match yout website look and feel.

See this document for more info:

http://sites.google.com/site/checkoutshoppingcart/customising-cart-s-ui

最后的乘客 2024-09-07 09:52:33
<div class="product">
<input type="hidden" class="product-title" value="8x10 Product
<input type="hidden" class="product-price" value="19.95">
<a class="googlecart-add">Product Title</a>
</div>
<div class="product">
<input type="hidden" class="product-title" value="8x10 Product
<input type="hidden" class="product-price" value="19.95">
<a class="googlecart-add">Product Title</a>
</div>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文