E
E
Evgeny Danilov2015-10-25 21:15:57
JavaScript
Evgeny Danilov, 2015-10-25 21:15:57

Opencart BrainyFilter incorrect content loading, why?

The filter after executing an ajax request returns the result as a whole page, and not a number of some products, as a result, some kind of recursion is obtained, instead of adequate work. The template is self-made, but I can’t figure out what needs to be added (classes, containers, etc.) so that it starts working correctly?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ilya, 2015-10-26
@znepok

By default, the list of products is wrapped in a div with the class product-grid or product-list (depending on the display mode).
Make sure these classes are used in your template, and that they are used only for the div that displays the products.
But, also check the module settings. Example settings page: images.brainyfilter.com/bfu4.png
Should be specified as in the picture: Product container: ".product-grid, .product-list", Pagination panel: ".pagination"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question