Difference between revisions of "Affiliate Starting Balance"
From TMM Wiki
Jump to navigationJump to searchm |
(No difference)
|
Latest revision as of 16:52, 18 December 2008
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;