Using http://yoursite.com/amember/signup.php?price_group=-1 works ok but I need to also show 2 other groups. Using http://yoursite.com/amember/signup.php?price_group=-1,-5,3 will not work to show all 3 groups. What's the coding to do this? The signup wizard shows that: Using http://yoursite.com/amember/signup.php?price_group=-1&product_id=2 is suppose to work, but it does not. Has anyone used this or knows what the syntax is to do so? thanks DJ
Why not place all the products you want into a single price group and then use that link? eg: http://yoursite.com/amember/signup.php?price_group=-25 and place products 1,2,3,4,5 in that group product 1 price group: 0, -25 You use the commas to differentiate products in multiple groups in the product setting. David
@bcpotter: While it does not allow for it out of the box, you can make a small change to signup to accomplish it. Specifics are here: http://www.amember.com/forum/showthread.php?t=10189
thanks for the options I appreciate the quick responses and both options look like they can work for me. I'll try them out and see which one works better. thanks again, DJ