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

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -