Notes:
- qpp — Qualification Product Points, the total PRODUCT POINTS needed to qualify for the MATRIX REBATE program (i.e. a slot on MATRIX).
Example:
qpp=100
- ppspillfield — or Product Point Spill Field, is the pointer to the field defined under
'Clients Database::Field Management' or CDB::FM
to store the excess points from Matrix when it graduated.
Example:
ppspillfield=NUMTEST
- maxdr — Maximum direct referrals. Checking is disabled if left blank or set to zero.
Example:
maxdr=3
- maxlvl — Maximum levels of referrals for a matrix slot to graduate.
Example:
maxlvl=3
- spillmode — Set the spill-over mode if maximum direct referrals have been reached.
- disabled — No spill-over, form will present an error message.
- autofill — Spills from top to bottom randomly scattering on the same level.
Example:
spillmode=autofill
- exitcv — Set the cash value to be credited to wallet if the slot 'graduates' or 'exits'.
Example:
exitcv=10000
This will credit 10,000 to the user wallet.
- exitcvtype — Set the transaction type for the cash value to be credited to wallet.
Example:
exitcvtype=4000100
This will use trantype 4000100 when crediting 'exitcv'.
- freeslot — Set the number of freeslots the user will receive upon graduating.
Example:
freeslot=1
- sessions_id — Set the sessions from Code Generator Module or CGM that will be accepted.
Multiple sessions can be defined separated by a comma.
Example:
sessions_id=12
- activateslot_readonly_rpfields — Setting this variable 'true' will turn Referrer and Placement fields to read-only at 'Activation Slot' form.
Example:
activateslot_readonly_rpfields=true
- requiredDirectReferrals — Setting this variable to any positive number will check user if they meet the required direct referrals
before the 'Claim Reward' becomes available..
Example:
requiredDirectReferrals=2
User can only claim rewards if they have at least 2 direct referrals.