|
inList
Required Parameters: int $productid
Optional Parameters: None
Returns: int or bool
Description: This function checks to see whether a given product, represented by the $productid variable, is in the shopping cart. If so, the function returns the line item number where the product can be found.
function inList($productid)
|