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

how to require users to purchase a membership product instead of registering for free

if you want users to be redirected to the membership product that you
want users to purchase instead of registering for free, you can edit the
/system/application/config/config.php file and this line:



$config['member_require_membership_registration'] = '';



change that to the product ID that you want to have users redirected to
when they click on the 'register' link. for example, if your membershp
product's ID is 3:



$config['member_require_membership_registration'] =  '3';



Related Articles