I have the latest version of aMember. I want to set my system up so that... -> When an existing customer makes a new purchase using the SAME email address assigned to their existing account in my aMember system... -> Their NEW purchase is ADDED to their EXISTING account (instead of amember forcing them to choose a new username/password and creating a new account for the new purchase) How do I do this??? I was told in a support ticket that it's possible, but I don't see instructions anywhere.
Add this to con;fig.inc.php: $config['allow_second_signup'] = 1; Note that user will be able to signup second time only if he will use the same email/login/password.