Removing the Color Tab from Menu.

Can you please guide me into removing the colors tab from the menu. I am new to magento.

2 answers

Profile photo of tomc 0.00 $tone September 27, 2011
Public

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.

#2

Please login or Register to Submit Answer

Written By

Comments