Close

Ajax filters not working

porcelanosa
7 years ago
#12392 Quote
Avatar
  • 24
So, we never had problems with them until today. When they are enabled, not only they don't work but they also mess up paging of nop, which doesn't work as well. They are normally visible but they don't work. When I enter developer tools on chrome it gives me this error:
Filters.min.js:6 Uncaught TypeError: Cannot read property 'wrapper' of null. Please help! Thanks
iliyan.tanev
7 years ago
#12393 Quote
Avatar
  • Moderator
  • 347
Hi,

The wrapper property is used on the no products found dialog.

The no products found dialog is a kendo popup window that is initialized using the nopAjaxFiltersNoProductsDialog in every template view (CategoryTemplate.ProductsInGridOrLines, ManufacturerTemplate.ProductsInGridOrLines, etc.).

The error you are getting can happen if you don't have div with this id (nopAjaxFiltersNoProductsDialog). Do you have custom modifications to the views? Have you created a new template view?

P.S.

You have confused the category in which you should ask your question. This is related to the AjaxFilters, not the AjaxCart.
Regards,
Iliyan Tanev
Nop-Templates Dev Team