Hi
I have just come across hreviews (a competitor uses google checkout so have got stars against their name in google)
I understand the fundementals - but im confused at which code I need
I use an oscommerce shop - and have got about 80 reviews,
i understand the code for a single review, - when the link is clicked the 1 review shows
i understand the code for a multiple review
Quote:
<div class="hreview-aggregate">
<span class="item">
<span class="fn">L'Amourita Pizza</span>
</span>
<span class="rating">
<span class="average">9</span> out of
<span class="best">10</span>
</span>
based on
<span class="votes">24</span> ratings.
<span class="count">5</span> user reviews.
</div>
|
- when the link is clicked it shows -
however what i want is when the link is clicked it will just show 9 out of 10 review
How can I code it so that when a review link is clicked, it will list ALL the revies on one page.
I can't get my head round the code !!
|