items
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
- There are no comments for this entry yet.