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.
один год назад


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.
один год назад
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.