Adding New Purchases to Existing Accounts

Discussion in 'Installation' started by holly, Dec 6, 2007.

  1. holly

    holly New Member

    Joined:
    Aug 22, 2006
    Messages:
    18
    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.
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    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.

Share This Page