Hi there,
What is the best way to remove products from a result set based on custom logic? For example, what if I want to remove products from a Product Catalog list page based on some data in an ERP system? I can write a ProductList extender and remove the products but that affects sorting and paging in the wrong way (at least, it did in the past).
Also, when implementing this solution I would like search suggestions / auto complete etc. to take my rules into account as well.
Is there a global hook I can use to remove products from a set before they are being handled by the product catalog?
Thanks,
Imar