Documentation » .Item.total
returns:
var myItem = simpleCart.add({ name: "Coffee Mug" , price: 10, quantity: 2 }); myItem.total(); // 20