magento-1.5magento-1.7magento

Where is the 'Edit Review' template located in Magento admin?


I want to add an extra field in 'edit review' in Magento admin. Where is the 'Edit Review' template located in Magento (path of the file)? or which file does the editing of reviews in Magento admin?


Solution

  • The block class that handles this is called Mage_Adminhtml_Block_Review_Edit_Form. You'll resolve its location from the class name.