Hi. I have some products that should only be on the signup page and NOT in the membership page. I have set the scope to only signup and yet they still appear in the membership page. This doesnt affect all products but rather a few and when I compare one that is affected to one that is'nt I cant see no difference. Is there anything that I could have missed? Cheers Chris
@Chris: can you post a copy of your product setup screen here just to get a second (or third) set of eyes on it.
If you test with user that have no active subscriptions, aMember will display "signup" products on member's page as well, because user didn't signup actually. If user already have active subscription, only products with scope "all" or "members" will be displayed.
similar problem to what I posted - I have disabled products appearing on the main screen .... looking into the code it appears the the member_products list that gets created does not filter out for scope! Only the add/renew gets filtered. Is there a way to easily correct this??
member_products list is not filtered by scope because it have active products that user have in his account. It should not be filtered, because you as admin can assign any product to user's account even if it should not be available for given user because of scope and this product should displayed for user.