Details
Description
Clients need a way to signup to be an affiliate. By default, no one is an affiliate until they signup to be one.
Client interface
- Create the client's Affiliates page. It will render one of two templates depending on whether they are signed up
- If not signed up, display the configured "signup_content" data, and below it a button to "Activate Affiliate Account"
- Make a POST request to signup and redirect on success to their Affiliates page
- If signed up already, display information on their affiliate account including their clicks, signups, total withdrawal amounts, etc.
- If not signed up, display the configured "signup_content" data, and below it a button to "Activate Affiliate Account"
Signing up means an affiliate ID will be generated for them (and settings copied over, etc.)