Issue
I want to remove some fields from review products (summary and nickname). I found one answer here
But I didn't see /public_html/app/code/Magento
folder.
I use Magento 2.3.1
Solution
The functionality you want to modify is placed in Magento_Review module - vendor/magento/module-review
. You have to create a new module, i.e. Codeit_Review, set dependency to Magento_Review and adjust the product review functionality within it.
Answered By - Igor Sydorenko Answer Checked By - Terry (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.