Can you please guide me into removing the colors tab from the menu. I am new to magento.
2 answers
Can you please guide me into removing the colors tab from the menu. I am new to magento.
Here you go: http://www.joomlart.com/forums/showt…ento-templates
Can you please guide me into removing the colors tab from the menu. I am new to magento.
Go to this file --> /app/design/frontend/default/jm_fashira/template/page/ja_vars.php
Find this Code:
Code:
$_params->set('usertool_color', 4); //0: disable, 4: show colors tools
and replace it with:
Code:
$_params->set('usertool_color', 0); //0: disable, 4: show colors tools
Clear Magento cache -- refresh your page -- you should no longer see the item.