Kommentar Funktion

29.08.2012 15:08
#1
FrankG.
User FrankG.
Name: Frank
30.11.2011
Posts: 1600
Quote
Kommentar Funktion

Guten Tag,

ist es möglich bei eingeschalteter Kommentar Funktion, die Sternchen abzuschalten? bzw. in welchen Dateien müsste ich was löschen?

Danke und Gruß
Frank


Joomla: 2.5.6
JoomShopping: 3.10.0
PHP: 5.3.13
MySQL: 5.1.63

Letzte Änderung: 29.08.2012 15:17
 
29.08.2012 15:33
#2
swissa
Joomshopping forum user no avatar
Name: swissandy
10.10.2011
Posts: 183
Quote
Aw: Kommentar Funktion

I think for kommentar box you need to go to

root/components/com_jshopping/templates/yourtemplate/product/ and edit review.php

look for this code and comment it out as shown

<td>
<?php print _JSHOP_REVIEW_MARK_PRODUCT?>
</td>
<td>
<?php //for($i = 1; $i<=$this->stars_count*$this->parts_count; $i++){ ?>
//<input name="mark" type="radio" class="star {split:<?php print $this->parts_count?>}" value="<?php print $i?>"/>
<?php } ?>
</td>


For the stars on the top go to root/components/com_jshopping/templates/yourtemplate/product/ and edit ratingandhits.php

comment out this code

<?php //print showMarkStar($this->product->average_rating);?>
</td>
<?php } ?>


You'll then have to check css to remove " Wertung : "

Would be code like this

.productfull .ratingandhits table td:first-child {
padding-right: 8px;
}


and add display:none; to it.

 
29.08.2012 16:24
#3
FrankG.
User FrankG.
Name: Frank
30.11.2011
Posts: 1600
Quote
Aw: Kommentar Funktion

Thank you

 


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.