This Function Has Been Available Since:
(AFCommerce v 2.1, Functions v 1.1)
Display additional images for a product.
Description
afc_display_additional_prod_images (prodid)
This function simply displays all additional images for the product id passed to this function. Inside your admin area, you may tell your store how many pictures to show on each row. This function is only currently called on the getproduct.php page.
Parameters
prodid (integer) - The product id number for the product being displayed.
Return Values
This function has no return value.
Open Source: NoPaul's Examples There are currently no examples for this function.
|
Back to Functions List
|