How to remove form validations for product review?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 1 an


When the user goes to write a review for a product how to allow the user to post review without needing to input review title and review text.
Il y a 1 an
there is no setting available to disable it. you need to comment out some blocks of code in the source code.
1. here src\Presentation\Nop.Web\Views\Product\ProductReviews.cshtml

2. here src\Presentation\Nop.Web\Validators\Catalog\ProductReviewsValidator.cs
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.