This Function Has Been Available Since:
(AFCommerce v 2.1, Functions v 1.1)
Counts how many additional images are assigned to a product, not including the main product image.
Description
integer = afc_count_additional_prod_images (prodid)
Counts how many additional images are assigned to a product, not including the main product image. This function simply returns the number of rows in the additional_prod_images table.
Parameters
prodid (integer) - product id of the product we are counting the images of.
Return Values
Returns the number of rows.
Open Source: NoPaul's Examples There are currently no examples for this function.
|
Back to Functions List
|