|
errorCheckCart
Required Parameters: None
Optional Parameters: None
Returns: bool
Description: This function performs error checking on the shopping cart to ensure that invalid product quantities are not entered, such as negative or non-integer numbers. If an error is found, the function returns FALSE. Otherwise, it returns TRUE.
function errorCheckCart()
|