Product Search Issue

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 年 前
Hello

I'm trying to edit the results coming form search,
I've tried to breakpoint on CatalogController, Search Method but it's not being called.

where does exactly the results come from?
4 年 前
Are you using any third party plugin?
4 年 前
Yes the routine that should be called is

        public virtual IActionResult Search(SearchModel model, CatalogPagingFilteringModel command)
4 年 前
@mhsjaber

I'm using Pavilion theme, it comes with punch of plugins
and yes I'm also using RFQ (request for quotation) plugin
other than that I think all the plugins are the ones which comes with NopCommerece
4 年 前
@Yidna

it's not being called and
4 年 前
basselz wrote:
it's not being called and

It could be override by third party components, as you said
basselz wrote:
I'm using Pavilion theme, it comes with punch of plugins
and yes I'm also using RFQ (request for quotation) plugin


The best, if you can contact with developers directly, as they know own product the best.

Regards,
Tom
4 年 前
basselz wrote:
@mhsjaber

I'm using Pavilion theme, it comes with punch of plugins
and yes I'm also using RFQ (request for quotation) plugin
other than that I think all the plugins are the ones which comes with NopCommerece


Pavilion bundle (nop-template) use their own route for product search. Even they use different stored procedure in database. Modification is almost impossible. Better you contact them.
4 年 前
Thanks man
İ will
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.