Hi,
I need to make a productlist based on a index, and on that productlist I need to access the boosting score.
My priority one, is to access that on a normal productlist templete, is that possible?
Otherwise i’m thinking about using the Query Publisher and make that render the products. I’s I possible to make a template extender for the Query publisher?
I know I can get the Product object directly in the razor template, but I would like to reuse existing product list templates, used other places in the solution.
My last approach would be to create a custom modules that calls the index and handling all the rendering, is that possible?
BR
Thomas