This Function Has Been Available Since:
(AFCommerce v 2.1, Functions v 1.1)
Determines a products tax class.
Description
string = get_product_taxclass (prodid)
This function is pretty simple, it looks up which tax class is assigned to the current product. This function is used inside of the afc_get_tax_and_set_tax_variables function to save a few lines of code in that function making it easier to read.
Parameters
prodid (integer) - The product id number of the current product.
Return Values
Returns the tax class's id number.
Open Source: YesPaul's Examples There are currently no examples for this function.
|
Back to Functions List
|