This Function Has Been Available Since:
(AFCommerce v 2.1, Functions v 1.1)
Used to determine a product's price after any discounts are applied. This function will also format the price in the currency your store is using.
Description
string = afc_get_price (prodid)
This function will figure out what price to display for any particular product, taking into account, any discounts or special prices for that product. This function will also format the price in the current currency format of your store.
Parameters
prodid (integer) - The product id number of the current product.
Return Values
Returns the formatted price of the current product as a string.
Open Source: NoPaul's Examples There are currently no examples for this function.
|
Back to Functions List
|