Magento: Select Box / Dropdown List on Layered Navigation

You have plain text and link to those text in Magento Layered Navigation section. You can easily change the display of Layered Navigation links into a selection box / dropdown list. To do so, you need to edit the following file: app/design/frontend/YOUR_PACKAGE/YOUR_THEME/template/catalog/layer/filter.phtml filter.phtml file contains code something like below: <ol> <?php foreach ($this->getItems() as $_item): … Read more