Many thanks for taking the time to look at my support request. I really do hope you can help.
I am using various Toolset plugins (including Access) to limit access to a page of content on my site.
The site also uses WooCommerce and the official WooCommerce Subscription extension, so that people can become Members of the site.
There are two types of Member: Full Member (€60) and Associate Member (€45).
There is a page called "Member Documentation" which has documents which only logged-in Members can view. Associate Members should not be able to view them
I have done this successfully using the following shortcodes in the Page editor:
[toolset_access role="Subscriber,Customer" operator="deny"]
You can't see this as you're not a Member
[/toolset_access]
[toolset_access role="Customer" operator="allow"]
Your application for Membership has been approved by the AFEPI board. To view the Member documents you must first complete your Membership payment by visiting this link.
[/toolset_access]
[toolset_access role="Subscriber" operator="allow"]
Member documents here.
[/toolset_access]
This all works fine, so that non-Members see the first section above, registered users (who are not yet Members) see the second section, and Members see the last section.
HOWEVER: When anyone signs up to a subscription - for either of the Member options - they are assigned the Subscriber user role. So I cannot find the way to distinguish between the products they have bought with your Access plugin to limit access to only Members who have subscribed to the Full Membership, but not those who have subscribed to Associate Membership.