Search code examples
viewshopping-cartgoogle-checkout

Google Checkout View Cart Button


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


Solution

  • <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>