1. 2. 1. link to add item 1. simpleCart.add('name=Shirt','price=6.00','image=images/myImage.png'); 1.
1.
items 1. checkout 2. 3. empty cart 1. simpleCart.add('name=Shirt','price=6.00','image=images/myImage.png','size=XL','color=Blue'); 1. simpleCart.add('name=Shirt','price=6.00','image=images/myImage.png','quantity=5','size=XL','color=Blue'); 1.
2.
Image
3.
Name
4.
Price
5.
Options
6.
Quantity
7.
Total
8.
1.
2.
[myImage]
3.
Shirt
4.
$6.00
5.
size: XL; color: Blue
6.
7.
$30.00
8.
1.
2.
6
3.
$30.00
4.
1. .itemOptions,itemImage{ 2. display:none; 3. } 1. .totalRow{ 2. display:none; 3. } 4. 5. .cartHeaders{ 6. display:none; 7. } 1. 2.