Magento: textbox instead of multi select in layered navigation
问题 Is there a possibility in Magento to have a multi-select attribute, for which I would use a textbox in layered navigation instead of showing all items from multi-select? I have an attribute where I will have hundreds of options and need to use it in layered navigation. When customer uses invalid value, an error should show up. Edit: After the help from FlorinelChis I have folowing code in filter.phtml: <ol> <?php foreach ($this->getItems() as $_item): ?> <?php $attributeModel = $this-