Search page product list does not follow the Page Grid Journal style
Posted: Tue May 14, 2024 3:15 am
My site is https://ferramentaevernici.it/index.php ... ommon/home.
If you try to search something like "Maniglie" :
https://ferramentaevernici.it/index.php ... ption=true
You have that the product list does not follow the Page grid as you can have if you select "I nostri prodotti" and select any choice.
In fact, changes in the product grid/list in Journal/styles and product listing skin have no effect.
Giving a look at the Open Card Navigation Panel => Design => Editor Theme => product/search.twing, the part of code related to the search page product list is
<div class="main-products product-{{ j3.settings.get('globalProductView') }}">
{% set display = j3.settings.get('globalProductView') %}
{% include "journal3/template/journal3/product_card.twig" %}
</div>
There is a reference to product_card but I can't find it in Navigation Panel => Design => Editor Theme => journal3.
Where is this file?
The error occurs after I made some changes to product/search.twing but then, even if i try to reset the content of this file, nothing is changed.
What is the issue? Why it work before and now no more?
Thanks.
If you try to search something like "Maniglie" :
https://ferramentaevernici.it/index.php ... ption=true
You have that the product list does not follow the Page grid as you can have if you select "I nostri prodotti" and select any choice.
In fact, changes in the product grid/list in Journal/styles and product listing skin have no effect.
Giving a look at the Open Card Navigation Panel => Design => Editor Theme => product/search.twing, the part of code related to the search page product list is
<div class="main-products product-{{ j3.settings.get('globalProductView') }}">
{% set display = j3.settings.get('globalProductView') %}
{% include "journal3/template/journal3/product_card.twig" %}
</div>
There is a reference to product_card but I can't find it in Navigation Panel => Design => Editor Theme => journal3.
Where is this file?
The error occurs after I made some changes to product/search.twing but then, even if i try to reset the content of this file, nothing is changed.
What is the issue? Why it work before and now no more?
Thanks.