CORE POS - IS4C
The CORE POS front end
Public Member Functions | Public Attributes | List of all members
NeedBasedDiscount Class Reference
Inheritance diagram for NeedBasedDiscount:
Plugin

Public Member Functions

 plugin_transaction_reset ()
 
- Public Member Functions inherited from Plugin
 plugin_enable ()
 
 plugin_disable ()
 
 settingChange ()
 
 plugin_transaction_reset ()
 
 plugin_draw_icon ()
 
 plugin_url ()
 

Public Attributes

 $plugin_settings
 
 $plugin_description
 
- Public Attributes inherited from Plugin
 $plugin_settings
 
 $plugin_description = 'This author didn\'t provide anything. Shame!'
 

Additional Inherited Members

- Static Public Member Functions inherited from Plugin
static memberOf ($file)
 
static isEnabled ($plugin)
 
static pluginMap ($path="", $in=array())
 

Member Data Documentation

NeedBasedDiscount::$plugin_description
Initial value:
= 'Apply a flat percentage discount to all Members enrolled<br>
in your Need-Based discount program. Sometimes called Food For All or FLOWER.<br>
Trigger with "FF"'
NeedBasedDiscount::$plugin_settings
Initial value:
= array(
'needBasedPercent' => array(
'default' => '',
'label' => 'Percentage Discount',
'description' => 'Enter the percentage discount of your need-based discount program
e.g. for a 5% discount enter 0.05'
),
'needBasedName' => array(
'default' => '',
'label' => 'Program Name',
'description' => 'Enter the name of your own need-based discount program')
)

The documentation for this class was generated from the following file: