This Function Has Been Available Since:
(AFCommerce v 2.1, Functions v 1.1)
Builds the structure for multi listings on a product's page.
Description
afc_print_product_multi_listing (pid)
This function prints the "(multiple) short listing" feature of AFCommerce version 2. A multi listing is a product's important information shown on a different product's main page, or any custom page you add them to. This gives your online store the ability to sell as many products as you want, on any page of your website. This lets you show your customers certain products at certain times, giving you a better chance of getting a sale. You can set the options for any multi listings that you want to display on other product's main pages (example: getproduct.php?pid=10, for product number 10) inside the admin area. You may find this on the administration page for the product you're managing.
You may select as many multi listing as you want, for any product in your store, and you may have different combinations of multi listings on each of your product's pages. You may also select the options to show for each individual lists in the same area, and again, may have different settings for each listing you create. It's a pretty flexible feature.
Parameters
pid (integer) - The product id number of the current product.
Return Values
This function has no return value.
Open Source: YesPaul's Examples There are currently no examples for this function.
|
Back to Functions List
|