Community Add-Ons
| Maintainers: | suhy |
Star Rating System
for osCommerce Online Merchant v2.2
Since non of star rating system worked as I wanted I made a few mods and it turned out pretty nice.
Star rating system in Ajax. Followed original code Unobtrusive AJAX Star Rating Bar by Masuga and updated by boedesign.
http://boedesign.com/blog/2007/02/18/ajax-star-rating/
Added multi lng support for osC by Suhy.
Original pack + Oscommerce mod pack
Instructions included.
Full package.
Legend:
Download
Report
In the calling link for star rating I missed opening <?php ...
<? echo pullRating($product_info['products_id'],true,false,true,NULL); ?>
to
<?php echo pullRating($product_info['products_id'],true,false,true,NULL); ?>
