How to Hide Product Price in magento admin panel -


i want hide price value in price tab in admin panel of magento. i've searched on google , suggestions found doesn't work. can i, please, proper guidelines hide price?

thanks tarun sukhadiya

run query in database :

update your db name.eav_attribute set is_user_defined = '1' eav_attribute.attribute_code = 'price'; go catalog attribute sets , select set unassigned price attribute.


Comments

Popular posts from this blog

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

ruby - unknown property method: 'wait' on EC2 windows server Instance -