Hey, To hide a product at the signup.php page I give the product a certain price group id, but now I would like to have this same product shown at the member.php page. Right now the product doesn't show up at the member page. Does anybody know something about that? Do I have to make some programming changes on this specific page perhaps? regards
I think I have run into a scenario that may be related: I require access to product A before a user can sign up for product B. I have set this up in the product set up by: 1. setting scope of product B to visible for all 2. setting "requires active membership to product A" for product B 3. in my case, my product group is positive as I want it to be on the signup page One the signup form this works great. Both product A & B show up and if I try to order product B alone it complains that I need to buy product A. On the member form, however, product B is not visible unless I have purchased product A first. This is a bummer because the secondary product sales suffer as a result of not being visible during the first transaction. I suspect this is resolved by modifying the query used to retrieve products and validate products so that it matches the signup. Has anyone had this issue? How have you resolved it?