0

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

谢谢

4

2 回答 2

2

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

有关更多信息,请参阅此文档:

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

于 2011-06-14T18:10:16.200 回答
0
<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>
于 2010-05-13T19:39:38.853 回答