Loading...
Changes Saved.
Error Occurred!
Home Products Blog Community Support Resellers

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:

  1. open up /system/application/config/config.php
  2. Set the 'member_enable_group_change_registration' config option to true
  3. If your config.php file does not have that option, just enter it on its own line:

    $config['member_enable_group_change_registration'] = true;

  4. save it and reupload to your JEM folder.
  5. 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

  6. Make sure to change domain.com/jem to point to your JEM installation folder.
  7. Now, all users who signup on this form will be set to that affiliate group instead of the default one.



Related Articles