How to change the word 'affiliate' in affiliate links to something else
If you want to change the word 'affiliate' in the default affiliate links for JEM, you can do so by following these steps:
- Open up /system/application/config/routes.php
- edit the following line:
define('AFFILIATE_ROUTE', 'affiliates'); - change 'affiliates to something else. For example:
define('AFFILIATE_ROUTE', 'ref'); - Save the file.
- Now, your affiliate links will look like:
http://www.yourdomain.com/ref/username
