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

Ansible warning on jinja2 braces on when -

Parsing a protocol message from Go by Java -

html - How to custom Bootstrap grid height? -