I have successfully installed the script no problems at all. We wish to be able to do the following though: In the member section ('member.php') on the right hand side under the 'Add/Renew Subscription' section we are wanting to only display products of which the member has already subscribed to and nothing else - there seems to be no option for this in the 'scope' field when defining product in the Admin section. The reason for this is as follows: We have one protected area. We have two subscription(products) both pointing to this protected area. The subscriptions however, have different prices: 'Product 1' is a normal subscription rate of $50/month 'Product 2' is a special subscription rate of $25/month available specially for selected clients. As you can see, I don't want 'Product 2' to be available for renewal by members who have paid for 'Product 1' otherwise they will just subscribe to the cheaper option when renewal comes around. How can I do this? I haven't had a close look at the PHP code yet - I could custom code myself if required but obviously I'd rather avoid this if there is already a means to achieve this. Thanks for your help Adam Bradley
The only thing that immediately comes to mind is that you could just put in the more expensive one and could then sign up those eleigible for the cheaper rate by giving them a coupon for a discount off that product.