Skip to content
thewojogroup edited this page Sep 13, 2010 · 2 revisions

The simpleCart(js) ‘Shelf’ is simple a way to show items that can be added to your cart. The Shelf allows you to create items with multiple options without needing any javascript. This is a simple example of creating an item for your shelf:

<div class="simpleCart_shelfItem">
  <h2 class="item_name">Awesome T-Shirt</h2>
  <span class="item_price">$35.95</span>
  <input type="text" class="item_quantity" value="1" />
  <a href="javascript:;" class="item_add" >Add to Cart</a>
</div>
Clone this wiki locally