How can I restrict available products per customer?
A client asked me to work out this commerce setup, but I was wondering if this is possible:
- shop only for clients, not for public.
- only 50 products
showing products is different for each client profile:
client A sees product 1,2,4
client B sees product 2,5,7
client C sees product 1,4,5,9
The number of clients is limited (max 15).
Is it possible to link a client to certain products in a simple way? Maybe by browsing to a client's profile and tick the products he's allowed to see?
Is it also possible to link different shipping methodes to different clients?