Hi all, I would submit this as a support ticket, but since I just sent 3 questions in within 12 hours, I think I'd better give them a break. Maybe someone else here has already achieved what I'm wondering about. When setting up a product, you have the option of making it belong to several price groups. I'm hoping that this means you can have it belong to a mixture of positive and negative price group ids, so I could do something like this: Imagine I have 3 products... Product 1 belongs to price group 1 Product 2 belongs to price groups -2, -3 Product 3 belongs to -3, 3 Now at signup.php I see products 1 and 3 only, because they have positive price groups At signup.php?price_group=-2 I see only product -2 At signup.php?price_group=3 I see only product 3 At signup.php?price_group=-3 I see products 2 and 3 (because they both belong to group -3) Will this work?? It makes a whole lot possible if it will. For instance, I could have every product with a positive price group also belong to the price group -100. Then I could add a conditional statement to my signup.html template: if the price group is -100, display this extra linked list of all the other (non-Amember) products at my site. So signup.php?price_group=-100 becomes a comprehensive 'storefront' page, but signup.php by itself displays only the Amember products with a positive price group. Which could, for instance, be all my downloadable infoproducts. Anyone have experience setting up something like this?
...Or of course I could just add this question to a support ticket and get an answer back within half an hour, as per usual . (Amember customers are spoiled!) The answer - for the record - was that what I described wouldn't (quite) work, because any product that belongs to a negative price group (no matter what else it belongs to) won't appear in the default listing at signup.php . But I expect that with a little logical thought (ouch), I'll be able to get the effect I want with just multiple positive price groups.