Andron777 Posted August 31, 2014 Share Posted August 31, 2014 (edited) Hello! I am using PS 1.6.0.8 (theme: default-bootstrap) and I want to see the product rating stars when a user adds a comment either as a GUEST / USER. Right now the stars are not showing (please see img 1) however in the "productcomments.tpl" i can see there is something that has to do with the stars: {if $criterions|@count > 0} <ul id="criterions_list"> {foreach from=$criterions item='criterion'} <li> <label>{$criterion.name|escape:'html':'UTF-8'}:</label> <div class="star_content"> <input class="star" type="radio" name="criterion[{$criterion.id_product_comment_criterion|round}]" value="1" /> <input class="star" type="radio" name="criterion[{$criterion.id_product_comment_criterion|round}]" value="2" /> <input class="star" type="radio" name="criterion[{$criterion.id_product_comment_criterion|round}]" value="3" checked="checked" /> <input class="star" type="radio" name="criterion[{$criterion.id_product_comment_criterion|round}]" value="4" /> <input class="star" type="radio" name="criterion[{$criterion.id_product_comment_criterion|round}]" value="5" /> </div> <div class="clearfix"></div> </li> {/foreach} </ul> {/if} So, how to enable stars? There is something from Admin panel, or I need a code modification? Thank you!!! Edited August 31, 2014 by Andron777 (see edit history) Link to comment Share on other sites More sharing options...
frank_jarle Posted September 17, 2014 Share Posted September 17, 2014 Heve you figured out this one yet? IT seems like a bug to me, i am on 1.6.0.9 and it works fine here. But in order to give a "vote" there must be a Criterion for the user to vote on.Modules->Modules->Product Comments->Configure: Make sure you have at least one criterion available in the list. Link to comment Share on other sites More sharing options...
jjryeste Posted November 30, 2014 Share Posted November 30, 2014 same problem not star, for vote in page producy reviews http://www.punto-de-cruz.es/nina.html#post_review Link to comment Share on other sites More sharing options...
jjryeste Posted December 1, 2014 Share Posted December 1, 2014 Solve ,desactivate productcomments , module and uninstall after delete by ftp /cache/smarty/cache/productcomments delete folder productcomments before install productcomments , and configure and voila work good Link to comment Share on other sites More sharing options...
frank_jarle Posted December 31, 2014 Share Posted December 31, 2014 @jjryeste: When you define review/star-voting, have you defined more than just one category that can be voted for? As for my site i have made 3 categories votable, but when its calculated it only calculate for average after the user has passed the vote/review. i.e. Performance = 3 stars Weight = 3 stars Shape = 4 Stars this is calculated to Average = 3 stars I want it to actually post all 3 categories posted by each visitor. Link to comment Share on other sites More sharing options...
David Eschmeyer Posted April 5, 2016 Share Posted April 5, 2016 set a criterion for the user to rate in the REVIEW CRITERIA section (near the bottom) (you need to hit the plus to add one)... Best regards, Dave Link to comment Share on other sites More sharing options...
Recommended Posts