PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, August 23, 2022

[FIXED] How to remove nickname and summary from review product?

 August 23, 2022     magento2, php     No comments   

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)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing