Git Product home page Git Product logo

Comments (6)

tatsuya1 avatar tatsuya1 commented on June 29, 2024

This should only happen if the navigation is enabled.

from plugin-magento2.

heldchen avatar heldchen commented on June 29, 2024

navigation is disabled.

from plugin-magento2.

tatsuya1 avatar tatsuya1 commented on June 29, 2024

By enable on category view, you mean the slider or the whole filter?

from plugin-magento2.

heldchen avatar heldchen commented on June 29, 2024

I'm not sure I follow. we do not want the boxalino filters & left facets to be loaded in the categories, yet they are and there seems to be no way to configure them separately from the SERP settings. this issue is related to the other issue #12 with the layout updates that are always applied.

currently, f.e. the bxSlider is always loaded on category classes because there's no separated configuration. this leads to exceptions when the category navigation is not what boxalino expects because the layout update is applied without checks as well.

from plugin-magento2.

heldchen avatar heldchen commented on June 29, 2024

maybe it's a bit clearer now with the latest commits. in catalog_category_view_type_layered.xml you have:

<block class="Boxalino\Intelligence\Block\Facets" name="catalog.bxfilter.top"
   template="Boxalino_Intelligence::top_filters.phtml" before="-" 
   ifconfig="bxSearch/top_facet/enabled">
</block>

as we currently do not use the boxalino facets for navigating the categories, the ifconfig could look something like:

<block class="Boxalino\Intelligence\Block\Facets" name="catalog.bxfilter.top"
   template="Boxalino_Intelligence::top_filters.phtml" before="-" 
   ifconfig="bxCategories/top_facet/enabled">
</block>

from plugin-magento2.

heldchen avatar heldchen commented on June 29, 2024

fixed in the latest commits, thanks!

from plugin-magento2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.