Questions tagged [layered-navigation]

Denotes questions related to layered navigation in Magento. Magento layered navigation is used to apply filters to view customized product listing. Layered navigation is usually available on anchored category listing pages and Quick Search Result Pages in Magento.

Denotes questions related to layered navigation in Magento. Magento layered navigation is used to apply filters to view customized product listing. Layered navigation is usually available on anchored category listing pages and Quick Search Result Pages in Magento.

117 questions
2
votes
1 answer

Magento: Set and store a global product filter

In Magento, how can layered navigation selection be kept when a new category is selected or a search is performed? Full story: We're developing a store which sells Books and eBooks. When I am navigating the store I generally want to see all…
Tiago Alves
  • 1,301
  • 2
  • 18
  • 30
2
votes
0 answers

Magento 2 Magento\Catalog\Model\layer getProductCollection() not effecting filters

I'm trying to update my catalog and catalogsearch listing collection in Magento\Catalog\Model\Layer::getProductCollection(). I need to show only grouped product in my list. First of all, when I tried to overide Magento\Catalog\Model\Layer in my…
2
votes
0 answers

How to add layered navigation on brand page - Magento 2

I have used extension(Solwin_Ourbrand) for Shop by brand page. http://inheritxdev.net/solen_magento/brands.html On brand page I need layered navigation of that custom product collection. See brand page :…
2
votes
1 answer

Magento layered navigation incredibly slow

I have some issue with performance of layered navigation default module. I have 10k products but in category I want to filter there is 60. Unfortunatley filtering by one attribute last 12 seconds (after many optimizations) Every tweak and…
2
votes
1 answer

How to make Woocommerce layered nav widget works on products page

I added Woocommerce layered nav widget to my shop's sidebar. Main page shows categories, when user clicks on some category, page will show subcategories and after choosing subcategory, user will see products. My problem is that layered nav widget…
2
votes
1 answer

Magento2 display sibling categories in layered navigation

In Magento2 I would like to add sibling categories to layered navigation. For example If I have a category called 'Clothes' and sub categories named 'Men' 'Women' and 'kids' respectively, Then when a customer is on the category page(where product…
manpreet
  • 21
  • 4
2
votes
1 answer

How to use Inversable features in prestashop

This is a very special problem I met in Prestashop. I have a product, let's say a two color wooden stick, which is a normal 10" long stick. Half of it (5") can be blue and the other half red for example. My product is this: Two color wooden stick.…
Ervin
  • 2,374
  • 4
  • 30
  • 44
2
votes
0 answers

Multiple Category select Layered Navigation in magento 1.9

I want to Enabled Multiple Category select in Layered Navigation. E.g: i have category Apple Banana Orange If click on apple category display filter option like: Apple Banana Orange
2
votes
1 answer

How can I select different filterable attributes for different categories in Magento?

I would like to have different filterable attributes in different categories so that only the most relevant filters are displayed. I am using Magento 1.9 Example: Category -> Price, Color SubCategory -> Price, Color, Material, Manufacturer Does…
AlexL
  • 962
  • 1
  • 10
  • 13
2
votes
1 answer

Laravel: how to filter eloquent data by relationships

I'm building a product catalog in laravel and I would like to filter the products based on their attributes. I have 2 tables, Products & Attributes. Attributes have a key, value and product_id. For example: product_id - key - value 12 -…
Luuk Van Dongen
  • 2,391
  • 6
  • 26
  • 40
2
votes
1 answer

Custom Product Collection not Getting Filtered by Layered Navigation

I had Overridden the product List.php Class & here is the code protected function _getProductCollection() { if (is_null($this->_productCollection)) { $result = array_unique($productIds); $collection =…
Ahmed
  • 651
  • 17
  • 42
2
votes
1 answer

update layered-navigation for custom product collection in magento

I am trying to update my layered-navigation on the left sidebar after applying $_productCollection = clone $this->getLoadedProductCollection(); $_productCollection->clear()->addAttributeToFilter('name', array('like' => "justtesting"))->load(); to…
chrjng
  • 71
  • 1
  • 7
2
votes
0 answers

Magento category filter - The attribute model is not defined

I can't solve the following problem: When I make a category anchor the category filter produces the following error: The attribute model is not defined Trace: #0…
Fritz
  • 21
  • 2
2
votes
1 answer

Magento 1.8.1 how to display layered navigation in a static block like the catergory left navigation?

I would like to display the layered navigation (as per the category left navigation) within a static block without modifying local.xml. The intention is to convert parent categories into cms pages displaying the layered navigation of its…
Fab
  • 278
  • 4
  • 17
2
votes
2 answers

why doesn't prestashop layered navigation block show on the front end?

I read docs, activated the layered navigation block, rebuilt the indexes, created a template, but it doesn't show at all on the front end. Why? Thank you
Luca Reghellin
  • 7,426
  • 12
  • 73
  • 118