5 star rating system for products
I've been searching for a simple ajax type 5 star rating system for my site, as I don't want reviews, but I do want people who've bought my products or received them as a gift, to have the ability to go online and rate the product from poor to excellent!
Something like: http://www.masugadesign.com/the-lab/...tar-rating-bar
I'm sure that some clever bod out there somewhere has already done this . . . . . but I just can't find it :huh:
Any info, link or file would be much appreciated. I'll even have a look at anyone's beta if there is one??
Re: 5 star rating system for products
Sorted it in the end and modified the code from the link above to work with my site :clap:
Not too hard in the end and a sweet little ajax star rating system for products.
Simple, easy to see and no reviews to administer . . . . . gotta be good :smile:
Re: 5 star rating system for products
In that case why not make it available to the rest of us? Please add to the download section.
Re: 5 star rating system for products
Pharqall what is your site name? I want to see it action.
Re: 5 star rating system for products
I uploaded Ajax rating to zen cart site but it was not approved. You can take a look at http://www.labsupplymall.com for demo.
Re: 5 star rating system for products
Re: 5 star rating system for products
Does anyone know if this was passed by the download section? I couldn't find it, but it is EXACTLY what I am seeking.
TIA
Re: 5 star rating system for products
Cool script. I am working on porting it to ZC and will post the code here. I am almost there, but I might need some help in figuring out a few modifications to get it to work right or I might have to wait until next month or September when things slow down a bit for us and I have more time to devote to figuring it out.
Re: 5 star rating system for products
Great! I've been looking for this exact thing.
Re: 5 star rating system for products
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.