KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: srinivasanj on November 14, 2007, 11:35:39 am

Title: How to get Average Review for the product
Post by: srinivasanj on November 14, 2007, 11:35:39 am
Hai
i need to get the average review for the product.
Title: Re: How to get Average Review for the product
Post by: Brian on November 14, 2007, 11:43:26 am
Hi,

You should use the API call com.konakart.appif.KKEngIf.getReviewsPerProduct() . Each Review returned will have the averageRating attribute set,

-Brian