I am trying to do some custom programming in NopCommerce 3.50.
I have created custom filter attribute that performs required check when any controller or action method is accessed. I want to place this action filter at the place where all products are getting listed but i am not able to find any action method or controller which fetches the list of products.
Can any one let me know which controller or action method should i look for in the solution ?
Basically nop commerce follows the url rewriting with friendly names of categories i want to place my filter on that controller. so if my url is www.xyz.com/toys then i want to know to which controller this url will hit in code in order to get products of toys category ?