This Function Has Been Available Since:
(AFCommerce v 2.1, Functions v 1.1)
Creates a list of all categories that a product is listed in.
Description
array = afc_get_all_product_categories (prodid)
This function returns an array with a list of all categories that a product is listed in.
Parameters
prodid (integer) - The product id number for the product.
Return Values
Returns an array of the category ids that the product is listed in.
Open Source: NoPaul's Examples There are currently no examples for this function.
|
Back to Functions List
|