Affiliate Starting Balance

From TMM Wiki
Jump to navigationJump to search
NATS 3
Affiliates Admin
Override
ID Numbers
Account Representatives
Affiliate Starting Balance
Affiliate Documents
Affiliate Start Page
Affiliate Referrals
Manual Sale
Manual Invoice
Statistic Query Strings
Creating Admin Accounts
Affiliate-Specific Join Options
Disabled and Banned Affiliates
Verifying Account Changes

Give your affiliates a starting balance by adding the following line to the nats/includes/config.php script.

$config['RESELLER_JOIN_PAYMENT'] = xxxx;

Replace xxxx is the amount you want to add to the affiliates account in cents.

For example, give a $10 sign-up bonus:

$config['RESELLER_JOIN_PAYMENT'] = 1000;