Notes:
- directReferrerRebateCV — This is the cash value that will be credited directly to the WALLET
of referrer ID of the user purchasing of this product. It uses the uidfield and ridfield of
Project Management Options to determine the IDs. And is triggered via
Product Purchase facility.
Example:
directReferrerRebateCV=100
This will credit 100 CV to the referrer of the user purchasing this product.
- directReferrerRebateCQ — This is the Point Value that will be credited to the Coop Qualification Pool
of referrer ID of the user purchasing this product. It uses the uidfield and ridfield of
Project Management Options to determine the IDs. And is triggered via
Product Purchase facility.
Example:
directReferrerRebateCQ=100
This will credit 100 PV to the CQPool of referrer of the user purchasing this product.
- directReferrerRebateCVTranType — This is the Transaction Type for cash value that will be credited directly to the WALLET
of referrer ID of the user purchasing of this product. (See directReferrerRebateCV above.)
Example:
directReferrerRebateCVTranType=4000100
This will credit CV to the referrer of the user purchasing this product using Transaction Type Credit Memo (4000100).
- poolContribution — This is the amount that will be added to the pool at EOD.
Example:
poolContribution=1000
This will add 1000 to EOD pool for each time this product is purchased for that day.
- rp_value — This is the rebate points value of the product that will be used for
auto-deducting to rppool when an auto-purchase is triggered.
Example:
rp_value=1000
This will deduct 1000 to rppool for each time this product is auto-purchased.
- CL — The quantity of slots created on Coopline (CL) upon purchasing this product.
Example:
CL=1
This create 1 slot on CL for each time this product is purchased.
- WL — The quantity of slots created on Waiting List (WL) upon purchasing this product.
Example:
WL=5
This create 5 slots on WL for each time this product is purchased.
- coopline_lvlpv_x — The points earned by each level on the COOP LINE based on the Team.
This is similar to coopline_lvlpv_x of project options but this setting takes priority
over the project options.
Example:
coopline_lvlpv_1=100
coopline_lvlpv_2=50
coopline_lvlpv_3=50
- cooplinepv — The points earned by the current active node on the COOP LINE.
This is similar to coopline_lvlpv_x of project options but this setting takes priority
over the project options.
Example:
cooplinepv=50
- cooplinepv_x — The points earned by a slot on COOP LINE queue based on the position from the active slot.
When defining levels, do not skip a level, if you have a value for 2 and 4 but none for 3, set cooplinepv_3=0.
Example:
cooplinepv_1=50
This works exactly like coopline because it credits slot 1 which is the current active slot.
cooplinepv_2=100
This will credit the 2nd slot after the current active slot.