Hi
We are building a B2B webshop with user specific assortment. The part with the user specific assortment means that not all customers can view all products.
The way we are building right now:
- The user has a list of EAN numbers in a session, the list contains the products that are allowed to be viewed by the user
- In the EcomProductListBeforeSortObserver we remove the products that don’t match with the EAN numbers
This works, but the problems is there is no relation to the filteroptions. So the more products are filtered out in the BeforeSortObserver, the more options in the filtering can lead to wrong/no result.
Is there a better way to use user specific assortment, with correct filtering?
Gr
Martijn