|
updateCart
Required Parameters: None
Optional Parameters: None
Returns: None
Description: This function, called after the user has added or changed a product in the cart, updated the $_SESSION['cart'] array as appropriate. If the quantity of any line item is changed to zero, then the item is removed from the cart.
function updateCart()
|