Community Add-Ons

Maintainers: suhy
Add file to this package
Top » Credit Modules

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

Expand All / Collapse All

missing php tag suhy 29 Nov 2010  

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); ?>

Star Rating System suhy 29 Nov 2010