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
26
votes
4 answers

Faceted Search (solr) vs Good old filtering via PHP?

I am planning on setting up a filter system (refine your search) in my ecommerce stores. You can see an example here: http://www.bettymills.com/shop/product/find/Air+and+HVAC+Filters Platforms such as PrestaShop, OpenCart and Magento have what's…
Adil
  • 3,183
  • 5
  • 28
  • 30
15
votes
1 answer

Magento - Layered navigation, configurable products, multiple filters active issue

Say I have a single configurable product in a Magento (1.7) store, "T-Shirt-A" which comes in Red (sizes 1,2) and Black (size 2). In the layered navigation if I select "Black" and "size 1" I WANT to see no results - because there are no simple…
10
votes
1 answer

Price Ranges in Magento

By default the layered navigation in Magento shows me in the price attribute From 0 to 1000 From 1001 to 2000 etc, etc. Is it possible to change this either by configuration or by code? If it has to be by code can you please provide code example and…
Luis Valencia
  • 32,619
  • 93
  • 286
  • 506
10
votes
3 answers

Multi select filter in layered navigation

I have a custom multi select attribute which I'd like to take part in filtering of products. The attribute is set as used in Layered Navigation however doesn't appear in the list of available filters. Could be due to custom model…
Zifius
  • 1,650
  • 1
  • 16
  • 27
8
votes
1 answer

Magento 2 layered navigation no results

I have a problem with the Layered Navigation from Magento 2 in the sense that it doesn`t show me results when applying certain atribute filters. the only filter that shows me results is the price. I have created 4 other attributes (Lab, format,…
Infobuscador
  • 240
  • 1
  • 12
5
votes
2 answers

Layered Navigation in magento is not working with Configurable products

I am using this extension in my magento web store http://www.manadev.com/seo-layered-navigation-plus (Layered navigation) This extension working fine for simple products. But in my case, I have two attributes that would be used to create…
Jamal
  • 306
  • 4
  • 15
5
votes
4 answers

Magento, custom product list

I made my own product list page based on Mage_Catalog_Block_Product_List: app/code/local/Mage/Catalog/Block/Product/Special.php: class Mage_Catalog_Block_Product_Special extends Mage_Catalog_Block_Product_List { /* Original contents */ …
Daniel Sloof
  • 12,568
  • 14
  • 72
  • 106
5
votes
3 answers

Magento Layered Navigation & SEO

I had a questions about Magento layered navigation & seo. It appears our site is being indexed with urls that are relevant to attributes for example www.abc.com/exampleproduct?brand=69 This is creating tonnes of issues with duplicate content. Has…
user962559
  • 51
  • 3
5
votes
2 answers

Setting default sort-by when selecting a particular Shopping Option in the layered navigation

By default, I have sorting set to by Name, and when particular categories are selected, it's usually by Price. However, I am not sure how to assign a default sort-by setting when shopping by an option other than category. I have an attribute in my…
grok_in_full
  • 370
  • 3
  • 18
3
votes
0 answers

Magento: Layered Navigation by Price - shows results but does not filter

In the layered navigation on category/search result pages all filterable attributes and categories show and click through fine except the pricing filter. It will show results but clicking the link will reload the page but not filter the products…
blint
  • 31
  • 3
3
votes
1 answer

What is the difference between 'catalog/category' and ''catalog/layer' in Magento?

I'd like to understand what is the difference between those both models, both return product collection, are filterables, etc... Thank you
JohnT
  • 967
  • 2
  • 16
  • 30
3
votes
0 answers

Add stock filter in layered navigation in Magento2

I need to add stock filter in layered navigation, so the user can filter the in stock and out stock products. I have tried to implement this but didn't get any results. How can I do this?
Rohit Goel
  • 3,396
  • 8
  • 56
  • 107
3
votes
2 answers

Subcategories in layered navigation filter

I have a category with simple two-level structure like this: Category #1 - Subcategory - Subcategory - ... Category #2 - Subcategory - Subcategory - ... Currently to filter by subcategories - you have to select top-level category first. How to show…
Elaman
  • 851
  • 1
  • 10
  • 22
3
votes
1 answer

Replace default "Choose an Option" text in Magento layered navigation dropdown

I am using dropdowns to display my layered navigation attribute values. I have 3 filters - price, size and color. This is what I am trying to do: 1. Get dropdowns for the layered navigation filters. 2. Get the attribute label/name to show up as the…
GKRP
  • 85
  • 2
  • 10
2
votes
0 answers

Combine Layered Navigation and search by name in Magento 2.4

I am trying to add a searchbox on my category pages that my users can use to filter (by name) the products in category that they are looking at. It should also work with already existing filters that's already supported by Layered Navigation. I've…
RckMrkr
  • 985
  • 1
  • 10
  • 14
1
2 3 4 5 6 7 8