How can i remove mandatory required for the Summary of Review Field in the Admin panel?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
copy
/app/code/core/Mage/Adminhtml/Block/Review/Edit/Form.php
to
/app/code/local/Mage/Adminhtml/Block/Review/Edit/Form.php
and change (line 125 or 131)
'required' => true,
to
'required' => false,
and refresh the cache!