News:

AbanteCart v1.4.2 is released.

Main Menu

Make Ratings NOT REQUIRED

Started by macat, July 03, 2013, 02:32:47 PM

Previous topic - Next topic

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?!
happiness is being owned by cats ... pups Emma & angel Lolli(pop)
https://creativepaw.org - creativePaw Creations
https://makemycontest.com - Contest Platform

abantecart

You need to remove validation line below from file /storefront/model/catalog/review.php


if (!$this->request->post['rating']) {
$this->error['message'] = $this->language->get('error_rating');
}
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

macat

happiness is being owned by cats ... pups Emma & angel Lolli(pop)
https://creativepaw.org - creativePaw Creations
https://makemycontest.com - Contest Platform

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.
happiness is being owned by cats ... pups Emma & angel Lolli(pop)
https://creativepaw.org - creativePaw Creations
https://makemycontest.com - Contest Platform

abantecart

You right. Sorry for typo. :( Correct file is /storefront/controller/responses/product/review.php
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

macat

Yes, it worked great, thank you!
happiness is being owned by cats ... pups Emma & angel Lolli(pop)
https://creativepaw.org - creativePaw Creations
https://makemycontest.com - Contest Platform

Forum Rules Code of conduct
AbanteCart.com 2010 -