Hello,
We are building a store that has two levels of customers, normal regular users and bulk product buyers. For the normal, anonymous customer the store has all the products sold in individual sizes, but excludes the bulk products, which are mapped to a bulk product customer level. I exclude the bulk products from the regular customers by only mapping them to that customer level.
Here is my challenge. We need the regular products visible to everyone who arrives at the store, logged in or not. Just how you would expect to find a regular store. However, we also need to limit the view of the bulk buyers to only show the bulk product. The way it seems to be working right now is that when a bulk buyer logs in, their customer level products are added to all the regular products. This is not desirable because their specific products become hard to locate in the catalog.
How can I set it up so that when they log in they only see the bulk products while still leaving the regular products visible to regular customers?
David