Hi there, I was wondering, usually, when you purchase a product with amember, you sign up. However, when you are already registered, you can go to your Control Panel and add other subscriptions (Purchases) to your account. Is it possible, when you click "Buy Now" or something, that it asks you to register (which it currently does) and also an option to login, to add it to your current registered account? If anyone knows how to do this, or has any tips/tricks that would be great Kind regards.
Think you'd need 2 buttons Buy Now- New (sends em to the signup page) Buy Now- existing (sends em to the members page) or use <a href="yoursite.com/amember/member.php?action=renew&paysys_id=paypal_r&product_id=2"> This will make them login and then send em to the payment page. If they are already logged in- you could probably have it hide the new button. David