This Function Has Been Available Since:
(AFCommerce v 2.1, Functions v 1.1)
Description
array = afc_get_basket_product_names (id)
This function returns the product names of each different item in the current user's shopping basket.
Parameters
id (integer) - Anytime you see this variable being passed to a function, all you need to do is simply use the variable $id, which is automatically set for you when dbinfo.php is called.
Return Values
Returns an array with the product names of each different item in the current user's basket. This function does not count the quantity of each item, it is used only to find out which products they have.
Open Source: YesPaul's Examples There are currently no examples for this function.
|
Back to Functions List
|