Back to PhocacartUtilsSettings class

Method getDiscountCalculationTypeArray

public static
getDiscountCalculationTypeArray
()

Method getDiscountCalculationTypeArray - Source code

public static function getDiscountCalculationTypeArray()
{
    $calcTypeArray = array();
    $calcTypeArray[0] = Text::_('COM_PHOCACART_FIXED_AMOUNT');
    $calcTypeArray[1] = Text::_('COM_PHOCACART_PERCENTAGE');
    return $calcTypeArray;
}