- today
- label Tutorials
- favorite 0 likes
- remove_red_eye 4751 views
New module for product comments in 1.7.6 version shows default number of stars as 3 stars. You can simple change it to 5 or as you want.
Edit file on F /modules/productcomments/views/template/hook/post-comment-modal.tpl
change
<div class="grade-stars" data-grade="3" data-input="criterion[{$criterion.id_product_comment_criterion}]"> </div>
to
<div class="grade-stars" data-grade="5" data-input="criterion[{$criterion.id_product_comment_criterion}]"> </div>