Question

Product prices are shown in admin product grid correctly. enter image description here

But, if I click on Edit button to edit the product, the price attribute is not shown there! enter image description here

I have checked the price attribute and it is showing visible as No, enter image description here

I am not sure if this is the reason or anything else. I also could not find any way to update those values after opening the attribute in admin. Please let me know how I can view product prices to edit them from backend Admin.

Was it helpful?

Solution

Run this sql query then your price will be visible on admin

UPDATE `catalog_eav_attribute` SET apply_to = "simple,virtual,downloadable,configurable,grouped,bundle" WHERE attribute_id=75; 
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top