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
Post a Comment