News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Product Rating display Error in 2.0.2 after code changes til 2.0.0?

Started by Blakharaz, March 07, 2012, 20:25:50 PM

Previous topic - Next topic

Blakharaz

I have two Installations at the moment. Both J 1.7.5 One with VM 2.0.0 and one with 2.0.2. In 2.0.2 The Product rating doesn't work. There are no Pictures and boxes for voting anymore. And it was fine in 2.0.0
Attached two Pictures with the same template.

This is the HTML from 2.0.2 where it doesn't work
<div class="write-reviews">
<h4>
<span class="step">Zuerst bewerten Sie das Produkt. Bitte wählen Sie eine Bewertung zwischen 0 (am schlechtesten) und 5 Sternen (am besten).</span>
<div class="rating">
<label for="vote">
<span class="vmicon ratingbox" style="display:inline-block;width:120px;" title="Bewertung Überschrift: 5/5">
</label>
<input id="vote" type="hidden" name="vote" value="5">
</div>
<span class="step">Anschliessend schreiben Sie bitte eine (kurze) Rezension mit min. 100, max. 2000 Zeichen</span>
<br>


and here from 2.0.0 where it works


<div class="write-reviews">
<h4>
<span class="step">Zuerst bewerten Sie das Produkt. Bitte wählen Sie eine Bewertung zwischen 0 (am schlechtesten) und 5 Sternen (am besten).</span>
<ul class="rating">
<li id="0_stars">
<li id="1_stars">
<li id="2_stars">
<li id="3_stars">
<li id="4_stars">
<li id="5_stars">
</ul>
<span class="step">Anschliessend schreiben Sie bitte eine (kurze) Rezension mit min. 100, max. 2000 Zeichen</span>
<br>


why is it changed to something that seems to doesn't work?

[attachment cleanup by admin]