simpleCart(js)

items
Items:
Total:

simpleCart.Item

This is the class for items in the cart.  The constructor takes an object of name/value pairs.

var myItem = new simpleCart.Item({ name: "Cool T-shirt" , price: 23.99 });


 

Comments

  1. There are no comments for this entry yet.
Commenting is not available in this channel entry.