How To Enable Change of Affiliate Groups on Registration
If you want to be able to switch affiliate groups on user registration, follow these steps:
- open up /system/application/config/config.php
- Set the 'member_enable_group_change_registration' config option to true
- If your config.php file does not have that option, just enter it on its own line:
$config['member_enable_group_change_registration'] = true; - save it and reupload to your JEM folder.
- Now, you can append the affiliate group on registration if you want the user to signup to a different affiliate group other than the default affiliate group. for example:
http://www.domain.com/jem/registration/2 - Make sure to change domain.com/jem to point to your JEM installation folder.
- Now, all users who signup on this form will be set to that affiliate group instead of the default one.
