Yes, that's I want to know too~~
I am getting gaga not to be able to get those votes (stars) appearing on the categorie listing pages...
I have multicoloms, o added this code in products_t.tpl
Code:
{*negn*}
{if $vote_max_cows ne ""}
{section name=full_cows loop=$vote_max_cows}
[img]{$ImagesDir}/star_4.gif[/img]
{/section}
{if $vote_little_cow ne "0"}
[img]{$ImagesDir}/star_{$vote_little_cow}.gif[/img]
{/if}
{section name=free_cows loop=$vote_free_cows}
[img]{$ImagesDir}/star_0.gif[/img]
{/section}
{/if}
{*negn end*}
This code works on the detailpage (product.tpl), but not on the categorie page ...
I think the categorie listing and the featured listing are missing a database query or so?
If I find out I will post it here, for now you can add the stars in the product detail page with the code above...