eCommerce construction > General Discussion
Make Ratings NOT REQUIRED
macat:
Hi,
When someone is leaving a review is there a way to make the ratings NOT REQUIRED, if so where would I do that ... thanks in advance?!
abantecart:
You need to remove validation line below from file /storefront/model/catalog/review.php
--- Code: --- if (!$this->request->post['rating']) {
$this->error['message'] = $this->language->get('error_rating');
}
--- End code ---
macat:
Will do thanks.
macat:
OK, I couldn't find that line on that file, but I did find it on this file line 107 /storefront/controller/products/review.php and removed it from that file. Will let you know if that works.
abantecart:
You right. Sorry for typo. :( Correct file is /storefront/controller/responses/product/review.php
Navigation
[0] Message Index
[#] Next page
Go to full version