I'm going to be setting up shopping cart and I have Ubercart and Drupal all up and running no problems.
What I need to find out is how to limit access to certain products based on roles. For example, since the site deals with hair accessories, we have several products that can be seen by an normal visitor - they can go in and see the price and order - have that working no problem.
What I need know if for a professional (a role already set up) to be able to come in and see products for them. There could be many different products for professionals and also the minimum number on order will also change from one to six.
What would be the best way to set this up.
I looked at UC - user persmissions but it said that if the person buys this product they will be updated to that role. I don't want that. I want the person to log in and then see products based on their role
Comments
TAC Lite
I'd try using the TAC Lite module. http://drupal.org/project/tac_lite
By setting up a vocabulary with the terms equal to the role names, then assigning those roles to the terms in the TAC Lite interface, you'll get what you want.
Doug Gough