As administrators, we want to be able to do the following: 1. Create an account for a new user 2. Select certain subscriptions for user (marked as unpaid) 3. Invite user to login and make payment We can perform steps 1 and 2 correctly. However, when the user logs in, we cannot figure out how to show him a list of the "unpaid" subscriptions for his account. All our products have a price_group_id that is < 0 When we send the user to: /signup.php?price_group=-1 then user is invited to create a new account. When we send the user to: /member.php?price_group=-1 then user sees list of all product in group -1. We want user to see ONLY products for which payment is "unpaid"