Close

Ajax filter on Search Page Version 3.7

guclu
7 years ago
#12537 Quote
Avatar
  • 6
On Search results page ajax filter enabled.
But it doesnot renders.
You can inspect problem on my test web site:

http://91.151.82.178/filterSearch?adv=true&cid=0&q=klas%u00f6r&sid=true&isc=true#/pageSize=6&viewMode=grid&orderBy=5
iliyan.tanev
7 years ago
#12541 Quote
Avatar
  • Moderator
  • 347
Hi,

My guess is that you don't have the necessary widget zone to show the filter panels. Make sure that your theme has one of these three widget zones available on your search page or search page layout:

left_side_column_before
left_side_column_after
left_side_column_after_category_navigation

Also, make sure you have the right widget zone selected from AjaxFilters -> Settings in the administration.

Hope this helps!
Regards,
Iliyan Tanev
Nop-Templates Dev Team
guclu
7 years ago
#12542 Quote
Avatar
  • 6
From Administration panel, I have selected
"left_side_column_after_category_navigation" widget zone for Ajax filters.

I checked it exists in Plugins/Ajaxfilter/SupportedWidgetZones.xml file

I use columtwo. layout. and left_side_column_after_category_navigation  widget also exists in
Themes\Nitro\Views\Shared\_ColumnsTwo.cshtml file

one more thing, it shows panels in catagory pages without any problem.

iliyan.tanev
7 years ago
#12550 Quote
Avatar
  • Moderator
  • 347
Hi,

It appears your products does not have Specifications and Attributes mapped to them. On the search page, we support only those. The price range, vendors, manufacturers and on sale filters are not supported.

However, you can see that the filters are integrated. You can tell by the infinite scroll.
Regards,
Iliyan Tanev
Nop-Templates Dev Team
guclu
7 years ago
#12551 Quote
Avatar
  • 6
Ok .Now it make sense.. Thank you for help.