Hello everyone, I have this list view and i need this to make two functions: To display all products in my collection and to show a specific product from the search result.
The list view generates the childrens from the "simple search results", it means I cannot keep displayed all items when no search is made.
If I add a Query Collection to the list view, it removes de "generate from variable" and now the childrens are displayed from the collection and not from the search result.
I don´t know how to make this double function i hope you can help me guys.