need rating for product with out comment

01.11.2018 07:54
#1
gallery
User gallery
Name: ariya
25.06.2011
Posts: 153
Quote
need rating for product with out comment

good day admin
i know for rating a product (sellecting stars from 1 to 5) some one need to be login ,or uese use his email for putting comment and then sellecting stars ,,,
i need any visitor be able to rate any product (with out putting comment ) and with out using email and selecting his name
some rating that we have now on joomla 3.9 following screen shot
this can be very helpfull for SEO showing stars on seach enginge indexed page
but i think joomshopping need to have such kind of rating for products
thanks
regards
ariyagallery
screen shot
http://prntscr.com/lcz7o0


Joomla: 3.9.0
 
02.11.2018 11:41
#2
Volodymyr
Joomshopping forum user no avatar
Name: Vova
01.02.2018
Posts: 26
Quote
Aw: need rating for product with out comment

Good day
You must change the code in components->com_jshopping->templates->default->product->review from
<div class = "row-fluid">
<div class = "span3">
<?php print _JSHOP_REVIEW_REVIEW?>
</div>
<div class = "span9">
<textarea name="review" id="review_review" rows="4" cols="40" class="jshop inputbox"></textarea>
</div>
</div>
on
<div class = "row-fluid" style="display: none;">
<div class = "span3">
<?php print _JSHOP_REVIEW_REVIEW?>
</div>
<div class = "span9">
<textarea name="review" id="review_review" rows="4" cols="40" class="jshop inputbox"><?php print '&#143;'; ?></textarea>
</div>
</div>


Last change: 02.11.2018 11:43
 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.