restricting access to products
-
I have a list of products which should be visible to anyone who browse my woocommerce site and to regular customers who are logged in. Also I have a special category of customers who are logged in and are assigned a specific role. Is it possible to hide some of the products that are available to general public from the users that are in specific role?
Example (Assuming that I have products A,B, C, D, E, F):
General public/browsing – can see products A, B, C
Customers after logged in – can see products A, B, C
Customers in a special group role – can see only products D, E, FSo far I’ve figured out how to allow visibility based on role but not how to hide visibility. Is it possible at all?
Would appreciate any help/directions
- The topic ‘restricting access to products’ is closed to new replies.