Magento – How to add new icon label for category in menu

categorylabelsmagento-1.9menu

I need to display label like new, hot sale, offer for the category in the menu. How can I do that?

Best Answer

First, you need to add new category attribute, example: customlabel

How to add new custom category attribute

And you can modify this PHTML to show your custom attribute

app\design\frontend\base\template\page\html\topmenu\renderer.phtml
Related Topic