I have two products, I would like to have for my amember website. I want the sign up form signup.php to only display one of my two products ... Product #1 Only. For my other product, I would like to display Product #2 and NOT product #1. Is it possible to have a separate sign up page? Those who register for product #1 can see both product #1 and product #2. Those who register for product #2 can NOT see product #1. Is this possible to do?
You want to use negative price groups, ex. and product 1 to -2 set product 2 to 1,-2 Then link to it /amember/signup.php?price_group=-2 Will display products 1 &2 /amember/signup.php Will pnly display product 2 David
Thanks for the quick reply. I got that all set up. That was easy enough. ======= Now for part 2 of this customization.... ======= Product 1: price = 39.99 / group_id=1 Product 2: price = free / group_id=-1 On the new sign up form is it possible to remove the payment options from this form and have only basic info (name, email, username, password, captcha)? Thanks in advance for you help.