Issue
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.
Answered By - Slayer Birden Answer Checked By - David Marino (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.