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
1
vote
1 answer

Magento: Custom attribute ranges in layered navigation

1) In Magento I have the possibility to set the price in ranges like this: Price ranges 2) Beside that I can easily manipulate the range and give it some individual values like: Individual price ranges What I need is a custom attribute e.g. height…
jbl90
  • 13
  • 6
1
vote
1 answer

How to search after input value that must be between two feature values in prestashop?

To understand it fully I will give a clear example: Our webshop sells zip ties. Every zip ties can be tightened between a minimum and a maximum diameter. For example say from 0.5" to 2". In most of the cases the buyer needs a zip tie for a specific…
Ervin
  • 2,374
  • 4
  • 30
  • 44
1
vote
1 answer

Filter products in Magento by default weight attribute for Layered Navigation

I have set up Layered Navigation for filtering products in Magento. To set an attribute as filterable, I have checked 'Show in Layered Nav' and 'Filterable with Results' in the admin area. However, these settings are not available for default weight…
littleibex
  • 1,705
  • 2
  • 14
  • 35
1
vote
1 answer

How to NO INDEX FOLLOW layered navigation on a home or CMS page in Magento?

I have got troubles with Google indexing my homepage many times in different states of sorting and ordering products that I show on my homepage. The links that appear in google for my site are like this. Approximately 90 times. Obviously, I do not…
1
vote
2 answers

Magento layered navigation CMS page : allowed memory size exhausted

I created a CMS page in magento 1.9 which has a product collection So I decided to put a layered navigation in the left column (the design is 2 column with a left one) XML code for left reference :
lucasgehin
  • 127
  • 2
  • 13
1
vote
0 answers

Custom Text Box filter Layered Navigation in Magento1.9

I need to show the custom textbox in Layered Navigation in Magento1.9 and to filter also like Magento's default attribute in "Shop By" layered navigation.I have shown a clue from this link Magento: textbox instead of multi select in layered…
1
vote
1 answer

Layered navigation on homepage in magento 1.9 Call to a member function load() on a non-object in Error Occured

I am trying to show a layered navigation on homepage. I m using magento 1.9.0. and inserted following xml in Layout Update XML
1
vote
3 answers

Magento. Layered navigation is not showing

I have CMS page which outputs list of all products. It uses block created by custom extension. The problem is that it does not output Layered Navigation filters. Here is CMS page Layout update:
Elaman
  • 851
  • 1
  • 10
  • 22
1
vote
1 answer

Magento Layered navigation filters for grouped products

In few words - problem is same as in this question Magento - Layered navigation, configurable products, multiple filters active issue We have products (configutable / grouped / bundle), that have there linked simple products. That linked products…
1
vote
1 answer

Limit filterable attributes on top level categories

I am building a Magento store with four layers of categories as follows. Western Wear (Root…
Brian
  • 1,729
  • 2
  • 14
  • 17
1
vote
1 answer

How to get Magento attribute option id

I am customizing mobile theme for my magento store. I need to implement a search functionality in the front page of my mobile theme. Layered navigation is not there in the default iphone mobile theme. So I had put some piece of code for displaying…
spider
  • 320
  • 1
  • 2
  • 10
1
vote
0 answers

why does Magento prevent display of root category

Magento's categoryController::viewAction() calls the category Helper which explicitly denies the display of the root category. public function canShow($category){ ... if (!$category->isInRootCategoryList()) { return false; } Other than…
Jonathan Day
  • 18,519
  • 10
  • 84
  • 137
1
vote
3 answers

Hiding Magento's Layered Navigation from Search Engines

I’m hoping someone can help me with this problem I’ve been trying to solve for the past few days. I want to hide Magento’s Layered Navigation from the search engines entirely, but make it available to users. For SEO reasons, I don’t want to settle…
1
vote
3 answers

Change Magento Subcategories in Side Layered Navigation to Point to Actual Categories

I was wondering if there is any way to change URLs of sidebar navigation to point to actual categories. For example there is a parent category widgets with subcategories Computer widgets, Laptop widgets, Phone widgets. If you navigate through main…
AndreyZ
  • 31
  • 1
  • 5
1
vote
1 answer

Customizing layered navigation by Categories in Magento

I'm using layered navigation for a category in my magento store. But some products have multiple categories. Say I have a category she. Again I have some other categories like t-shirt, cosmetics etc. A t-shirt may have both t-shirt and she…
zahid9i
  • 596
  • 1
  • 8
  • 17