Hi,
I have tried to find a solution, and searched the forum, but am unable to find the best solution to remove products from a productlist - and maintain the paging.
If ProductList.BeforePaging is used it will only remove the product.
What I am trying to accomplish is this:
- if a user meets a certain criteria
- And the product have a special flag on it
then show this product in the list.
I am using indexing to show the products. I tried making an expression in the query - but I cant combine it with a user being of a special type.
What would be the best way to approach this? I must be missing a simple solution, that I cant think off.
Hope someone can assist.