X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Display customer rating on products.tpl (https://forum.x-cart.com/showthread.php?t=21627)

NightFire 05-08-2006 01:10 AM

Display customer rating on products.tpl
 
Hello,

I want to display the customer rating (if there is a customer rating) on my product listing page (products.tpl). Does anyone has a clue how to do this?

Found this piece of code in modules/customer_reviews/vote.tpl

Code:

<TR><TD colspan="2">
<FONT class="ProductDetailsTitle">{$lng.lbl_customers_rating}</FONT>
</TD></TR>
<TR><TD class="Line" height="1" colspan="2">[img]{$ImagesDir}/spacer.gif[/img]</TD></TR>
{if $vote_max_cows ne ""}
<TR>
<TD>
{$lng.lbl_customers_rating}</TD>
<TD>

{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}
</TD></TR>
{/if}


But putting this in the products.tpl doesn't work.

balinor 05-08-2006 07:36 PM

http://www.cart-lab.com/xcart/product.php?productid=35&cat=0&page=1

NightFire 05-08-2006 10:39 PM

Thanks.

Just what I was looking for :wink:

Jerrad 07-06-2007 09:40 AM

Re: Display customer rating on products.tpl
 
Anybody know how to show the customer ratings on the products listing page?
The above link to cart-lab isn't working...

Thanks!


All times are GMT -8. The time now is 06:14 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.