Hi, I'm building a custom plugin where I need to modify the Product model on the product detail page.

I've got an ActionFilterAttribute setup which does the hijacking of the model however, I would like to inject the attribute into the catalog controller without having to modify the controller itself.

Does anyone know if this is possible?