I started playing around with adding the price group parameter on the end of sign up.php and member.php Now if I do not specify I get all 8 of the products listed. If I use XXXX/signup.php?price_group=1 I get price group one product. If I use xxxxx/signup/php?price_group=1,3 I get nothing All three documents do not mention that you can call up more than one price group by using comma delimited; however this is printed on the Admin CP: "You can enter comma-separated ',' lists of pricegroups as well". That is what I thought I was doing. Am I not u sing the correct syntax on this or is it not a supported feature? Grant
It is vice-versa. You cannot use xxxxx/signup/php?price_group=1,3 However, you may enter Price Group = 1,3 into product settings at aMember Cp -> Manage Products, and the product will be displayed at both xxxxx/signup/php?price_group=1 and xxxxx/signup/php?price_group=3