Re: 5 star rating system for products
Can we have more info about how to get this integrated into Zen? I currently downloaded the files myself and got it installed on my site, however when you use the rater on one product, it applies to all. OP since you got it working, it'd be nice to have instructions on how you accomplished it. :D
Re: 5 star rating system for products
It is very easy my friend just add this to your tpl_product_info_display.php
<?php echo rating_bar($products_id,5); ?>
see it live in action...
http://www.e-matrix.gr/home-electronics/t/o
Re: 5 star rating system for products
That's a ZJ template you're using isn't it?
Re: 5 star rating system for products
7 months ago i decided that i will use zj_black but in fact i have change all the template even the the scrolling sideboxes they are not jquery because they were very slow.So it was my mistake that i didn't used the default template, it took me many days to remove all the functions i didn't like. I'm working with the code every day i can't stop doing that, and i'm learning new things every day. I can say that now i can make my own template from the begining.
Re: 5 star rating system for products
Hi, where can I download the star rating script? Couldn't download from the original site. Help appreciated thanks.
Re: 5 star rating system for products
Quote:
Originally Posted by
baracudamax
In case anyone else was having issues, this did not work for me. It still applied one rating to all products..
adding this worked...
(int)$_GET['products_id']
I copied this from another script in my product_info page....I don't know php, but this worked.