View Full Version : more than one rating per item?
Anonymous
12-08-2005, 07:54 PM
Is it possible to allow more than one rating per item? ie;
Laptop Computer -
Durability - ***
Style - *****
Ergonomics - ****
Get what I mean?
imported_Tim Mousel
12-15-2005, 12:39 AM
Hi,
That is something I can look into adding after I get the next version released.
Tim
Anonymous
02-08-2006, 08:59 PM
Tim,
When you do upgrades or create new versions, is it difficult to upgrade an existing integrated script?
Thanks,
Dano
Anonymous
02-08-2006, 09:02 PM
If you make custom modifications to the files then you would have to do those again as the new files would overwrite them.
Upgrades are designed to be painless and easy.
Tim
imported_Tim Mousel
02-15-2006, 06:59 PM
Please give me your feedback on this:
http://rental-script.com/review/index2.php?item_id=5
Ability to add unlimited rating criteria for each item!
Tim
Anonymous
02-18-2006, 06:29 AM
Tim,
I like it, exactly what I was looking for. Is there a limit on the number of fields? Can you send me the script and advise me how to intergrate it into my site. Will it be able to be set up through the control panel?
Thanks
Paul
Anonymous
02-18-2006, 07:06 AM
Please give me your feedback on this:
http://rental-script.com/review/index2.php?item_id=5
Ability to add unlimited rating criteria for each item!
Tim
Hi Tim - I am intrested in this script - is it ready yet?
Nice work BTW.
DC
Anonymous
02-19-2006, 11:32 PM
Hi tim, I am also interested in this script
imported_Tim Mousel
02-21-2006, 10:42 PM
It will be unlimited rating criteria. It will be available within the next few days.
Thanks,
Tim
How about setting up an e-mail list to which users can subscribe and receive the latest updates? Instead of everyone asking for them individually. Would save you time.
Anonymous
02-22-2006, 11:51 AM
It will be unlimited rating criteria. It will be available within the next few days.
Thanks,
Tim
Hi Tim - Please make it clear when ready (or an email list as asked for would be good) and I'll make a purchase when it's out.
:D
imported_Tim Mousel
02-26-2006, 07:41 PM
Hi,
This feature is ready!
Tim
Where in phpmyadmin do I add the info:
CREATE TABLE IF NOT EXISTS `item_rating_criteria` (
`item_id` int(11) unsigned NOT NULL default '0',
`criteriaId` int(11) unsigned NOT NULL default '0'
) TYPE=MyISAM;
CREATE TABLE IF NOT EXISTS `rating_criteria` (
`criteriaId` int(11) unsigned NOT NULL auto_increment,
`criteriaName` varchar(50) NOT NULL default '',
`isActive` char(1) NOT NULL default 'T',
PRIMARY KEY (`criteriaId`)
) TYPE=MyISAM;
CREATE TABLE IF NOT EXISTS `rating_details` (
`id` bigint(20) unsigned NOT NULL auto_increment,
`review_id` int(11) unsigned NOT NULL default '0',
`criteriaId` bigint(20) unsigned NOT NULL default '0',
`ratingValue` int(3) unsigned NOT NULL default '0',
PRIMARY KEY (`id`)
) TYPE=MyISAM;
imported_Tim Mousel
02-27-2006, 05:07 PM
Click the SQL link.
Tim
reefshaman
03-08-2006, 07:43 PM
Hi Tim,
I was wondering if I could get the 5-star insertion and the multiple review scripts. I was also wondering if I can just insert the multiple review stars?
Also, will all this be in the new version and how long will it take for that to be out?
to send the scripts please send to reefshaman@aol.com Thanks
imported_Tim Mousel
03-09-2006, 03:06 AM
Hi,
Those features are released and I emailed you the script.
Thanks,
Tim
reefshaman
03-09-2006, 06:09 AM
Thanks a bunch Tim! I love the speedy service. I may be back for help using them though!
imported_Tim Mousel
03-09-2006, 08:39 AM
Thanks a bunch Tim! I love the speedy service. I may be back for help using them though!
You're welcome! :)
drcoolj
05-20-2006, 02:55 AM
was that an update or just a mod for one user?
if its an update how do i get this version
you emailed me an update on march 25th
since when i log into the download page its blank
with IE, firefox and opera
imported_Tim Mousel
05-20-2006, 03:35 AM
I upgraded the shopping cart the other night to a new version and it's giving problems at the moment. You can email me at mousel@defend.net and I'll send you the latest version that has the mulitple review criteria.
Tim
jerome281
06-12-2006, 10:40 PM
How can I add this feature several rating like http://www.rental-script.com/review/index2.php?item_id=47
Thanks
imported_Tim Mousel
06-12-2006, 10:50 PM
You already have this feature. Log into your admin panel and find this:
# Review Criteria
# Manage Review Criteria
Tim
vBulletin® v3.8.4, Copyright ©2000-2010, Jelsoft Enterprises Ltd.