I've got a (Wordpress based) site that has multiple products that a user can subscribe to. They can either purchase a subscription to each one at a time, or all at once at signup. This presents me with an issue of protecting content - giving users access to one or more areas on the site. Wordpress allows only one role per user (or will with the next version 2.9) so I'm not sure how I can give access to more than one area to any user who's purchased more than one - And simultaneously limit access to users who've purchased only one. Has anyone come across this kind of issue?